katie/util/unicode/CMakeLists.txt

20 lines
472 B
Text
Raw Normal View History

# add_definitions()
set(EXTRA_UNICODE_LIBS KtCore)
include_directories(
${CMAKE_BINARY_DIR}/include
${CMAKE_BINARY_DIR}/privateinclude
${CMAKE_BINARY_DIR}/include/QtCore
${CMAKE_BINARY_DIR}/privateinclude/QtCore
${CMAKE_CURRENT_SOURCE_DIR}
)
set(UNICODE_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
)
katie_setup_target(unicode ${UNICODE_SOURCES})
add_executable(unicode ${unicode_SOURCES})
target_link_libraries(unicode ${EXTRA_UNICODE_LIBS})