mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-05-12 17:39:33 +00:00
fix path
This commit is contained in:
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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user