mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #7792 from infclass/kaffeine/pr
CMake: Re-configure the project on version.h changed
This commit is contained in:
commit
84cbd362e8
|
@ -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