mirror of
https://github.com/QuasarApp/CQtDeployerServer.git
synced 2025-04-26 12:44:31 +00:00
fix cmake
This commit is contained in:
parent
e77fc72f61
commit
7d51469a2a
2
CMake
2
CMake
@ -1 +1 @@
|
|||||||
Subproject commit 814b6aeb4ea5b3d9985aabe88af92b37f5aed5ad
|
Subproject commit 30b2e07c474ab032dd120475b0a2a4cca6012fe7
|
@ -22,4 +22,4 @@ include(../CMake/Version.cmake)
|
|||||||
include(../CMake/tr.cmake)
|
include(../CMake/tr.cmake)
|
||||||
|
|
||||||
add_subdirectory(Library)
|
add_subdirectory(Library)
|
||||||
add_subdirectory(Example)
|
add_subdirectory(Server)
|
||||||
|
@ -36,7 +36,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE ${PRIVATE_INCUDE_DIR})
|
|||||||
set(LANGS ${CMAKE_CURRENT_SOURCE_DIR}/languages/en.ts)
|
set(LANGS ${CMAKE_CURRENT_SOURCE_DIR}/languages/en.ts)
|
||||||
|
|
||||||
|
|
||||||
prepareQM(${CMAKE_CURRENT_SOURCE_DIR} "${LANGS}")
|
prepareQM(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR} "${LANGS}")
|
||||||
|
|
||||||
setVersion(0 0 1)
|
setVersion(0 0 1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user