Commit Graph

4 Commits

Author SHA1 Message Date
Dennis Brakhane bf790a46d3 cmake: replace explicit list of files with globs (#887)
CMake recommends against doing this because some build systems
might not support CONFIGURE_DEPENDS. But currently, the ones
we care about (Make, Ninja) do, and if there's ever a problem,
we can just start listing them again.

Using globs has the advantage that the linux build will not break
when a file is added in VS and somebody forgets to add the file to
cmakelists as well. I've also found some instances were some *.h
files were not listed, which means they weren't copied when installing.
2024-07-18 13:26:42 +02:00
Matias Lavik 9c66159561 Replaced CMAKE_SOURCE_DIR, so WickedEngine can be used as submodule (#789)
* Replaced CMAKE_SOURCE_DIR, so WickedEngine can be used as submodule

* Update CMakeLists.txt
2023-12-26 23:56:14 +01:00
Matteo De Carlo 4588f45271 Improved linux/cmake template 2023-05-23 16:14:24 +02:00
Molasses d7cec56946 CMake template project for Linux (#491) 2022-07-21 10:04:34 +02:00