CMake: give libcalamares IMPORTED includes
- Set the interface-include path for libcalamares, so that linking to it (as one would from an external repo) pulls in all the includes.
This commit is contained in:
parent
9039e15bdf
commit
14ff681106
@ -163,6 +163,7 @@ set_target_properties( calamares
|
|||||||
PROPERTIES
|
PROPERTIES
|
||||||
VERSION ${CALAMARES_VERSION_SHORT}
|
VERSION ${CALAMARES_VERSION_SHORT}
|
||||||
SOVERSION ${CALAMARES_VERSION_SHORT}
|
SOVERSION ${CALAMARES_VERSION_SHORT}
|
||||||
|
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_INSTALL_FULL_INCLUDEDIR}/libcalamares
|
||||||
)
|
)
|
||||||
calamares_automoc( calamares )
|
calamares_automoc( calamares )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user