4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-13 18:09:33 +00:00

fix deploy target

This commit is contained in:
Andrei Yankovich 2021-04-20 19:00:58 +03:00
parent 975311066d
commit 39b523cff5

@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.1)
set(CURRENT_PROJECT "${PROJECT_NAME}Client")
set(CURRENT_PROJECT ${PROJECT_NAME})
set(CMAKE_INCLUDE_CURRENT_DIR ON)