Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
36244a1c25ff7fc90d0dc095a34114d55dc02e10
/
.
/
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"
)