Warning, /acts/cmake/ActsCreateSetup.cmake is written in an unsupported language. File is not indexed.
0001 # Create a setup.sh file at the install prefix to setup the shell environment
0002 configure_file(
0003 ${CMAKE_CURRENT_LIST_DIR}/setup.sh.in
0004 ${PROJECT_BINARY_DIR}/this_acts.sh
0005 @ONLY)
0006 install(
0007 FILES ${PROJECT_BINARY_DIR}/this_acts.sh
0008 DESTINATION ${CMAKE_INSTALL_BINDIR})
0009
0010 configure_file(
0011 ${CMAKE_CURRENT_LIST_DIR}/setup_withdeps.sh.in
0012 ${PROJECT_BINARY_DIR}/this_acts_withdeps.sh
0013 @ONLY)
0014 install(
0015 FILES ${PROJECT_BINARY_DIR}/this_acts_withdeps.sh
0016 DESTINATION ${CMAKE_INSTALL_BINDIR})