mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-26 07:34: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()
|
||||
|
||||
|
||||
include(Patronum/QuasarAppLib/CMake/QuasarApp.cmake)
|
||||
include(submodules/QuasarAppLib/CMake/QuasarApp.cmake)
|
||||
# Add sub directories
|
||||
|
||||
add_subdirectory(submodules/QuasarAppLib)
|
||||
|
||||
add_subdirectory(Patronum)
|
||||
|
||||
if (NOT DEFINED PATRONUM_TESTS)
|
||||
@ -38,7 +41,6 @@ else()
|
||||
message("The ${PROJECT_NAME} tests is disabled.")
|
||||
endif()
|
||||
|
||||
include(Patronum/QuasarAppLib/CMake/QuasarAppCITargets.cmake)
|
||||
initAll()
|
||||
|
||||
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${QT_VERSION_MAJOR} COMPONENTS Core Network REQUIRED)
|
||||
|
||||
add_subdirectory(QuasarAppLib)
|
||||
|
||||
add_definitions(-DPATRONUM_LIBRARY)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user