mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-26 17:54:31 +00:00
fix cmake builds
This commit is contained in:
parent
eac4f6f86b
commit
8b87da68a9
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,6 +38,8 @@ Makefile*
|
||||
*build-*
|
||||
|
||||
hanoi_towers/build/
|
||||
HanoiTowersServer/build/
|
||||
|
||||
installer/installer
|
||||
|
||||
*.snap
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit fe6e414db79b5588811c5965b416e9bcef7b7b09
|
||||
Subproject commit 90b8946e202ee0333ac8b46ca4fdec27dd5648ab
|
@ -31,3 +31,12 @@ target_link_libraries(${PROJECT_NAME} PRIVATE QmlNotyfyService NetworkProtocol)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
setVersion(1 6 0)
|
||||
|
||||
include(../QtNetworkProtocol/QuasarAppLib/CMake/QuasarAppCITargets.cmake)
|
||||
|
||||
if (WIN32)
|
||||
initDeployQML(${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${PROJECT_NAME}.exe ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
else (WIN32)
|
||||
initDeployQML(${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
endif(WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user