mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ set_target_properties( calamares
|
|||
PROPERTIES
|
||||
VERSION ${CALAMARES_VERSION_SHORT}
|
||||
SOVERSION ${CALAMARES_VERSION_SHORT}
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_INSTALL_FULL_INCLUDEDIR}/libcalamares
|
||||
)
|
||||
calamares_automoc( calamares )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue