build: install liboakcore from the default target set
core was added with EXCLUDE_FROM_ALL, which also excluded its install rules, so liboakcore.so never made it into packages. It now installs to the platform libdir (/usr/lib on this machine, verified via DESTDIR).
This commit is contained in:
+1
-1
@@ -298,7 +298,7 @@ endif()
|
|||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
list(APPEND OLIVE_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/third_party)
|
list(APPEND OLIVE_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/third_party)
|
||||||
|
|
||||||
add_subdirectory(core EXCLUDE_FROM_ALL)
|
add_subdirectory(core)
|
||||||
|
|
||||||
set(KDDockWidgets_STATIC ON CACHE INTERNAL "Force KDDockWidgets to build statically")
|
set(KDDockWidgets_STATIC ON CACHE INTERNAL "Force KDDockWidgets to build statically")
|
||||||
set(KDDockWidgets_QT6 ${BUILD_QT6} CACHE INTERNAL "Conform KDDockWidgets' Qt 6 setting to ours")
|
set(KDDockWidgets_QT6 ${BUILD_QT6} CACHE INTERNAL "Conform KDDockWidgets' Qt 6 setting to ours")
|
||||||
|
|||||||
Reference in New Issue
Block a user