Add generated C4Version.h to build

OpenClonk and C4Group have a dependency on the generated C4Version.h, so
the source lists should reflect this.
stable-6.1
Nicolas Hake 2015-05-21 22:05:37 +02:00
parent 9cf08594cf
commit b583f708db
1 changed files with 2 additions and 0 deletions

View File

@ -491,6 +491,7 @@ set(OC_CLONK_SOURCES
src/script/C4AulDebug.cpp
src/script/C4AulDebug.h
thirdparty/timsort/sort.h
${CMAKE_CURRENT_BINARY_DIR}/C4Version.h
)
set(MAPE_BASE_SOURCES
@ -995,6 +996,7 @@ endif()
add_executable(c4group
src/c4group/C4GroupMain.cpp
${CMAKE_CURRENT_BINARY_DIR}/C4Version.h
)
add_executable(netpuncher EXCLUDE_FROM_ALL