mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
9 lines
494 B
CMake
9 lines
494 B
CMake
![]() |
# This file is a dull UseQt4 CMake file replacement, it is separate on purpose since it is ment to
|
||
|
# be included from the build system of the project using it and populates the current scope with
|
||
|
# header paths and definitions that may otherwise not be wanted. It is also ment to be included
|
||
|
# after KatieConfig.cmake which defines KATIE_DEFINITIONS and KATIE_INCLUDES. End of drama.
|
||
|
|
||
|
if(KATIE_COMPAT)
|
||
|
add_definitions(${KATIE_DEFINITIONS})
|
||
|
include_directories(${KATIE_INCLUDES})
|
||
|
endif()
|