4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-12 17:39:33 +00:00
This commit is contained in:
Andrei Yankovich 2021-04-22 16:15:28 +03:00
parent cfe6099436
commit 18f4948267

@ -58,7 +58,7 @@ initAll()
addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
if (ANDROID)
set(QT_ANDROID_APPLICATION_BINARY "$<TARGET_FILE:${PROJECT_NAME}>")
set(QT_ANDROID_APPLICATION_BINARY $<TARGET_FILE:${PROJECT_NAME}>)
set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/HanoiTowers/client/android" CACHE INTERNAL "")
endif()