-
-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new cmake/sources.cmake to collect all the pre-existing source files,…
… because globing is evil. Moved all flags to generator expressions Moved generator expression helpers to common_compiler_flags.cmake Renamed helper variables to shorten to ease readability Moved find package for python to root CMakeLists.txt Silenced warning for unused CMAKE_C_COMPILER Update test/CmakeLists.txt to use target_link_libraries to pull in required things from godot-cpp target updated ci to build the godot-cpp-test target from the root directory using cmake Changed the visibility of GENERATED_FILES_LIST to PRIVATE Changed the MSVC warning flags to PUBLIC to hide warning in consumers changed godot-cpp compile feature cxx_std_17 to PUBLIC so as to propagate to consumers
- Loading branch information
Showing
6 changed files
with
228 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.