mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 21:48:19 +00:00
CMake: Re-configure the project on version.h changed
This commit is contained in:
parent
80f77c500e
commit
c56960728d
|
@ -2018,6 +2018,8 @@ set_src(GAME_SHARED GLOB src/game
|
||||||
version.h
|
version.h
|
||||||
voting.h
|
voting.h
|
||||||
)
|
)
|
||||||
|
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "src/game/version.h")
|
||||||
|
|
||||||
# A bit hacky, but these are needed to register all the UUIDs, even for stuff
|
# A bit hacky, but these are needed to register all the UUIDs, even for stuff
|
||||||
# that doesn't link game.
|
# that doesn't link game.
|
||||||
set(ENGINE_UUID_SHARED
|
set(ENGINE_UUID_SHARED
|
||||||
|
|
Loading…
Reference in a new issue