mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 13:38:18 +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
|
||||
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
|
||||
# that doesn't link game.
|
||||
set(ENGINE_UUID_SHARED
|
||||
|
|
Loading…
Reference in a new issue