Skip to content
Snippets Groups Projects
Commit 8fc41453 authored by Marco Z's avatar Marco Z
Browse files

CMAKE: Move launch-c into more sensible location

parent 46b383ac
No related branches found
No related tags found
1 merge request!992CMAKE additions: SDL Mixer X, *.debug adjustments, CPACK adjustments, CCACHE
File moved
File moved
......@@ -530,8 +530,8 @@ if (${CMAKE_SYSTEM} MATCHES "Darwin")
if(RULE_LAUNCH_COMPILE)
MESSAGE(STATUS "Force enabling CCache usage under macOS")
# Set up wrapper scripts
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-c.in ${CMAKE_BINARY_DIR}/launch-c)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-cxx.in ${CMAKE_BINARY_DIR}/launch-cxx)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/launch-c.in ${CMAKE_BINARY_DIR}/launch-c)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/launch-cxx.in ${CMAKE_BINARY_DIR}/launch-cxx)
execute_process(COMMAND chmod a+rx
"${CMAKE_BINARY_DIR}/launch-c"
"${CMAKE_BINARY_DIR}/launch-cxx")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment