mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
append definitions to package flags for core component
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
5b6f8aad2a
commit
c67c0c6a09
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ macro(KATIE_GENERATE_PACKAGE FORTARGET REQUIRES)
|
|||
# all components require the core component
|
||||
if("${FORTARGET}" STREQUAL "KtCore")
|
||||
katie_string_wrap("${KATIE_DEFINITIONS}" KATIE_DEFINITIONS)
|
||||
set(PACKAGE_FLAGS "${KATIE_DEFINITIONS}")
|
||||
set(PACKAGE_FLAGS "${PACKAGE_FLAGS} ${KATIE_DEFINITIONS}")
|
||||
endif()
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/cmake/pkgconfig.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue