-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qsk cmake find package #352
Conversation
|
||
find_package(QSkinny REQUIRED) | ||
|
||
# TODO we don't delivery the qsk macros |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uwerat we need to discuss whether we want to deliver the qsk_add_*
functions
|
||
add_subdirectory(../iotdashboard ${CMAKE_CURRENT_BINARY_DIR}/../iotdashboard) | ||
|
||
# TODO we don't delivery the support library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uwerat can we deliver the support library?
@@ -483,6 +483,10 @@ target_include_directories(${target} PUBLIC | |||
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/layouts> | |||
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/nodes>) | |||
|
|||
target_include_directories(${target} | |||
INTERFACE | |||
$<INSTALL_INTERFACE:${QSK_INSTALL_HEADERS}>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uwerat this line makes it that cmake can automatically generate the (library) target's include directories
Reintegration of QSkinny CMake Find Module generation from: #291
Relates to: #119
Relates to: #351 (comment)
Usage