mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Don't build kirigami in the source tree
Instead build it in its own build tree, where it belongs. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
24718adfc3
commit
af282a6061
2 changed files with 4 additions and 7 deletions
|
@ -240,7 +240,7 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable")
|
|||
endif()
|
||||
ADD_LIBRARY(kirigami_static_library STATIC IMPORTED)
|
||||
SET_TARGET_PROPERTIES(kirigami_static_library PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/mobile-widgets/qml/kirigami/build/src/libkirigamiplugin.a)
|
||||
IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/../kirigami-build/src/libkirigamiplugin.a)
|
||||
target_link_libraries(
|
||||
${SUBSURFACE_TARGET}
|
||||
subsurface_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue