kdelibs/sonnet/unicode/CMakeLists.txt

14 lines
212 B
Text
Raw Normal View History

project(parseucd)
2014-11-13 01:04:59 +02:00
include_directories(
${CMAKE_BINARY_DIR}
${X11_INCLUDE_DIR}
2014-11-13 01:04:59 +02:00
)
add_executable(parseucd parseucd/parseucd.cpp)
2014-11-13 01:04:59 +02:00
target_link_libraries(parseucd
${QT_LIBRARIES}
${X11_LIBRARIES}
)