mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-05-15 02:49:40 +00:00
20 lines
496 B
CMake
20 lines
496 B
CMake
#
|
|
# Copyright (C) 2018-2019 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(MainNetworkProtocol)
|
|
|
|
include(QuasarAppLib/CMake/ccache.cmake)
|
|
|
|
# Add sub directories
|
|
add_subdirectory(QuasarAppLib)
|
|
add_subdirectory(openssl-cmake)
|
|
add_subdirectory(NetworkProtocol)
|
|
add_subdirectory(ProtocolTests)
|
|
|
|
|