4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-05-10 04:09:35 +00:00

update cmake

This commit is contained in:
Andrei Yankovich 2021-04-20 18:26:18 +03:00
parent fe2bb32c90
commit 57f3248c1a
2 changed files with 2 additions and 5 deletions

2
CMake

@ -1 +1 @@
Subproject commit fd634d9f26e9760630d2ea0b7cd965f7d2b1e61b
Subproject commit ca34cc4a17ae7a4f6d988fb1bbcbfb27da26d287

@ -6,14 +6,11 @@
#
cmake_minimum_required(VERSION 3.5)
include(CMake/crossplatform/crossplatform.cmake)
project(QmlNotyfyService LANGUAGES CXX)
include(CMake/ProjectOut.cmake)
include(CMake/ccache.cmake)
include(CMake/QuasarApp.cmake)
include(CMake/Version.cmake)
include(CMake/QuasarAppCITargets.cmake)
set(CMAKE_INCLUDE_CURRENT_DIR ON)