Add support for CMake (buildsystem generator) (#2468)

Co-authored-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
pajlada
2021-03-28 16:58:51 +02:00
committed by GitHub
parent 093a088363
commit e00938dfde
28 changed files with 1354 additions and 107 deletions
+26 -1
View File
@@ -26,7 +26,8 @@ qrc_*.cpp
ui_*.h
Makefile*
*build-*/
/build/
[bB]uild
/_build/
# QtCreator
@@ -78,3 +79,27 @@ Thumbs.db
# Other editors/IDEs
.vscode
.idea
dependencies
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json
### CMake Patch ###
# External projects
*-prefix/
Stamp
tmp
Source
Dependencies_*