DarkRadiant: master 4a0ddc7f

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 14.06.2022 19:43 master 2408472f
Changeset Add SIGC_CFLAGS to top-level CMakeLists.txt

SIGC_CFLAGS are needed by almost every module in the tree. Rather than
specifying them each time with target_compile_options(), they are simply
added in the top level CMakeLists.txt. For the few modules which do not
need these flags, there should be no drawbacks since the flags are just
adding header search paths, not explicitly linking in unnecessary
libraries.
mod - CMakeLists.txt Diff File
mod - libs/module/CMakeLists.txt Diff File
mod - libs/wxutil/CMakeLists.txt Diff File
mod - plugins/dm.stimresponse/CMakeLists.txt Diff File
mod - plugins/script/CMakeLists.txt Diff File
mod - plugins/sound/CMakeLists.txt Diff File
mod - plugins/vcs/CMakeLists.txt Diff File
mod - radiant/CMakeLists.txt Diff File
mod - radiantcore/CMakeLists.txt Diff File
mod - test/CMakeLists.txt Diff File