mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-28 02:34:33 +00:00
17 lines
457 B
CMake
17 lines
457 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(MainHanoiTowers)
|
||
|
|
||
|
# Add sub directories
|
||
|
add_subdirectory(SimpleQmlNotify)
|
||
|
add_subdirectory(QtNetworkProtocol)
|
||
|
add_subdirectory(HanoiTowersServer)
|
||
|
add_subdirectory(hanoi_towers)
|
||
|
|