Skip to content

Commit

Permalink
cmake: ceammc_touch_version target added
Browse files Browse the repository at this point in the history
  • Loading branch information
uliss committed Dec 30, 2020
1 parent a53d44c commit 7dbe852
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ceammc/ext/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ add_subdirectory(tl)
add_subdirectory(ui)
add_subdirectory(window)

add_custom_target(ceammc_touch_version
COMMAND
${CMAKE_COMMAND} -E touch "${CMAKE_CURRENT_SOURCE_DIR}/ceammc_lib_external.cpp"
)

pd_add_external(NAME ceammc
FILES ceammc_lib_external.cpp mod_init.cpp
INTERNAL True
Expand Down

0 comments on commit 7dbe852

Please sign in to comment.