Heart/CMakeLists.txt

16 lines
421 B
CMake
Raw Normal View History

2020-03-01 17:10:37 +03:00
#
# 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)
# Add sub directories
add_subdirectory(QuasarAppLib)
2020-03-30 10:25:38 +03:00
add_subdirectory(openssl-cmake)
2020-03-01 17:10:37 +03:00
add_subdirectory(NetworkProtocol)