mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-27 16:14:32 +00:00
19 lines
464 B
CMake
Executable File
19 lines
464 B
CMake
Executable File
#
|
|
# Copyright (C) 2018-2020 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.
|
|
#
|
|
|
|
cmake_minimum_required(VERSION 3.1)
|
|
project(Potronum)
|
|
|
|
|
|
include(Patronum/qt-solutions/CMake/ccache.cmake)
|
|
# Add sub directories
|
|
add_subdirectory(Patronum)
|
|
|
|
include(Patronum/qt-solutions/CMake/QuasarAppCITargets.cmake)
|
|
|
|
initAll()
|