summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Re-Structure cmake solution to be closer to the scons solution.Samuel Nicholas2024-09-241-239/+15
* Updated all variable names to use GODOT_ prefixSamuel Nicholas2024-09-141-29/+31
* Add GODOT_SYMBOL_VISIBILITY cache variable to match scons interface.Samuel Nicholas2024-09-141-1/+13
* Merge pull request #1563 from APokorny/visibility-hiddenDavid Snopek2024-09-111-0/+5
|\
| * Add visibility-hiddenAndreas Pokorny2024-08-261-0/+5
* | Add hot reload support when building with GCC and CMakeytnuf2024-08-261-4/+5
|/
* Merge pull request #1330 from pimms/cmake-hot-reloadDavid Snopek2024-08-071-0/+12
|\
| * PR comments — added doc, default 'ON' in Debug, 'OFF' in ReleaseJoakim Stien2023-12-101-1/+8
| * Added hot reload support to CMakeLists.txtJoakim Stien2023-12-091-0/+5
* | Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-1/+1
* | Change cmake_minimum_required to match actual requirementsytnuf2024-03-221-1/+1
|/
* CMake: Remove hardcoded warnings list and forcing -Werror on library buildsRémi Verschelde2023-12-011-11/+0
* Merge pull request #1307 from LAK132/masterRémi Verschelde2023-11-241-0/+1
|\
| * Fix file list issues when trying to build with meson via cmakeLAK1322023-11-111-0/+1
* | Prevent CMake from always including debug symbolsBytzo2023-10-251-3/+1
|/
* SCons: Disable C++ exception handling by defaultRémi Verschelde2023-10-221-5/+21
* [MSVC] Force UTF-8 encoding.bruvzg2023-07-111-1/+1
* Update CMakeLists.txtAlex2023-05-061-1/+1
* {cmake} Use STATIC and POSITION_INDEPENDENT_CODEAndy Maloney2023-02-071-11/+17
* Merge pull request #1008 from asmaloney/cmake-compiler-warningsRémi Verschelde2023-02-071-33/+28
|\
| * {cmake} Use the same compiler warnings as godotAndy Maloney2023-02-041-35/+28
* | {cmake} Combine target_include_directoriesAndy Maloney2023-02-021-8/+1
|/
* {cmake} Add GODOT_CPP_SYSTEM_HEADERS option to mark includes as SYSTEMAndy Maloney2023-01-181-1/+11
* Rename float=64 build option to precision=doubleRicardo Buring2023-01-091-7/+6
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-9/+14
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-2/+2
* {cmake} Updates for target-based approachAndy Maloney2022-12-041-23/+21
* [MSVC] Add NOMINMAX flag to scons and cmake.Fabio Alessandrelli2022-09-121-2/+1
* CMake: fix CMAKE_BUILD_TYPE and BITS checkJoshua Cooper2022-07-181-5/+7
* CMake: Fixup build after #732Rémi Verschelde2022-07-181-10/+3
* CMake: Don't use `-fPIC` on Windows (#732)Rémi Verschelde2022-07-181-1/+4
|\
| * Update CMakeLists.txtPxl2022-03-261-1/+4
* | Add double precision build support.bruvzg2022-05-041-6/+12
|/
* Sync `misc/` scripts and hooks with upstream GodotRémi Verschelde2022-03-151-1/+1
* Merge branch 'master' of https://github.com/godotengine/godot-cpp into test_c...Nicolás Carrasco2022-02-201-3/+3
|\
| * In CMakeLists, use the new FindPython3 instead of FindPythonIvorius2021-12-291-3/+3
* | Fix Test CMake project for Windows and parametrize pathsNicolás Carrasco2022-01-261-3/+13
|/
* Test CMake project with CI (#518)O01eg2021-12-241-2/+4
* Require at least python 3Bradley Clemetson2021-12-111-1/+1
* synced windows compile definitions with scons configurationNickolai Korshunov2021-11-111-0/+5
* Rework debug flags for CMakeHennadii Chernyshchyk2021-10-031-10/+5
* Changed over to proper godot-headersBastiaan Olij2021-09-271-2/+2
* Add aliasHennadii Chernyshchyk2021-09-271-0/+1
* Specify project languagesHennadii Chernyshchyk2021-09-271-1/+1
* Remove Generating Bindings messageHennadii Chernyshchyk2021-09-271-2/+1
* Do not override build pathHennadii Chernyshchyk2021-09-271-12/+0
* Fix OUTPUT for add_custom_commandHennadii Chernyshchyk2021-09-271-14/+4
* Fix issues with method callsGeorge Marques2021-09-271-0/+2
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-14/+13
* Update `string(TOLOWER ...)` to take string versions of CMake variables (#561)Hristo Stamenov2021-05-201-2/+2