4
0
mirror of https://github.com/QuasarApp/Credits.git synced 2025-05-08 07:29:43 +00:00

update cmake

This commit is contained in:
Andrei Yankovich 2021-04-13 16:34:15 +03:00
parent 498423b476
commit fe956661dd
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored

@ -65,3 +65,4 @@ compile_commands.json
CTestTestfile.cmake
_deps
*_autogen*
docs/

2
CMake

@ -1 +1 @@
Subproject commit 30b2e07c474ab032dd120475b0a2a4cca6012fe7
Subproject commit 80494ec0d1da475ab3085cb80ac861804b11bec5

@ -27,7 +27,7 @@ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Test QUIET)
include(CMake/ccache.cmake)
include(CMake/QuasarAppCITargets.cmake)
include(CMake/tr.cmake)
include(CMake/QtUtils.cmake)
# Add sub directories
add_subdirectory(src)