mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-27 18:24:42 +00:00
added plug or CI
This commit is contained in:
parent
0742f0f870
commit
aa2d85d88b
32
CMakeLists.txt
Normal file
32
CMakeLists.txt
Normal file
@ -0,0 +1,32 @@
|
||||
#
|
||||
# Copyright (C) 2021-2021 QuasarApp.
|
||||
# Distributed under the lgplv3 software license, see the accompanying
|
||||
# Everyone is permitted to copy and distribute verbatim copies
|
||||
# of this license document, but changing it is not allowed.
|
||||
#
|
||||
|
||||
if(DEFINED CMAKE_LIBRARY)
|
||||
return()
|
||||
else()
|
||||
set(CMAKE_LIBRARY 1)
|
||||
add_definitions(-DCMAKE_LIBRARY)
|
||||
endif()
|
||||
|
||||
project(CMAKE)
|
||||
|
||||
if(TARGET ${PROJECT_NAME})
|
||||
message("The ${PROJECT_NAME} arledy included in main Project")
|
||||
return()
|
||||
endif()
|
||||
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
include(crossplatform/crossplatform.cmake)
|
||||
include(ProjectOut.cmake)
|
||||
include(ccache.cmake)
|
||||
include(Version.cmake)
|
||||
include(QuasarAppCITargets.cmake)
|
||||
include(QtUtils.cmake)
|
||||
|
||||
|
||||
initAll()
|
||||
|
Loading…
x
Reference in New Issue
Block a user