Skip to content

Commit b0ae021

Browse files
authored
Add files via upload
1 parent 5a54211 commit b0ae021

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎Config.cmake.in‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@PACKAGE_INIT@
2+
3+
include("${CMAKE_CURRENT_LIST_DIR}/acidcamTargets.cmake")
4+
5+
# Provide the include directories for the package
6+
set_and_check(acidcam_INCLUDE_DIRS "@PACKAGE_INCLUDE_DESTINATION@")
7+
8+
# Provide the library directories for the package
9+
set_and_check(acidcam_LIBRARY_DIRS "@PACKAGE_LIB_DESTINATION@")

0 commit comments

Comments
 (0)