Merge pull request #26 from supercollider/topic/ninja
cmake: fix ninja toolchain
This commit is contained in:
commit
9d6067b2e5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if (SC_EL_BYTECOMPILE)
|
|||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Creating byte-compiled Emacs lisp ${CMAKE_CURRENT_BINARY_DIR}/${el}c")
|
||||
|
||||
add_custom_target(${el}c ALL
|
||||
add_custom_target(compile_${el}c ALL
|
||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${el}c)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${el}c
|
||||
|
|
Loading…
Reference in a new issue