mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-01 17:59:32 +00:00
fix build ref #18
This commit is contained in:
parent
badc3a49dd
commit
be08bde632
@ -13,8 +13,11 @@ if(TARGET ${PROJECT_NAME})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
include(Patronum/QuasarAppLib/CMake/QuasarApp.cmake)
|
include(submodules/QuasarAppLib/CMake/QuasarApp.cmake)
|
||||||
# Add sub directories
|
# Add sub directories
|
||||||
|
|
||||||
|
add_subdirectory(submodules/QuasarAppLib)
|
||||||
|
|
||||||
add_subdirectory(Patronum)
|
add_subdirectory(Patronum)
|
||||||
|
|
||||||
if (NOT DEFINED PATRONUM_TESTS)
|
if (NOT DEFINED PATRONUM_TESTS)
|
||||||
@ -38,7 +41,6 @@ else()
|
|||||||
message("The ${PROJECT_NAME} tests is disabled.")
|
message("The ${PROJECT_NAME} tests is disabled.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(Patronum/QuasarAppLib/CMake/QuasarAppCITargets.cmake)
|
|
||||||
initAll()
|
initAll()
|
||||||
|
|
||||||
addDoc("Patronum" ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
|
addDoc("Patronum" ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
|
||||||
|
@ -20,7 +20,6 @@ updateGitVars()
|
|||||||
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Network REQUIRED)
|
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Network REQUIRED)
|
||||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Network REQUIRED)
|
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Network REQUIRED)
|
||||||
|
|
||||||
add_subdirectory(QuasarAppLib)
|
|
||||||
|
|
||||||
add_definitions(-DPATRONUM_LIBRARY)
|
add_definitions(-DPATRONUM_LIBRARY)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user