Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a9a82ea9ab3b996b09cf4bbb0542f0c576cd5f0c
/
.
/
third_party
/
abseil
/
CMake
/
abslConfig.cmake.in
blob: 60847fa7723f777be569e653393083738345e384 [
file
] [
log
] [
blame
]
Austin Schuh
36244a1
2019-09-21 17:52:38 -0700
[
diff
] [
blame
]
1
# absl CMake configuration file.
2
3
include
(
FindThreads
)
4
5
@PACKAGE_INIT@
6
7
include
(
"${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake"
)