kde-extraapps/kdevplatform/util/duchainify/CMakeLists.txt
2015-09-02 08:54:43 +03:00

5 lines
332 B
CMake

add_executable(duchainify main.cpp)
target_link_libraries(duchainify ${QT_QTCORE_LIBRARY} ${KDE4_KNOTIFYCONFIG_LIBS} ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_THREADWEAVER_LIBS}
${KDEVPLATFORM_INTERFACES_LIBRARIES} ${KDEVPLATFORM_LANGUAGE_LIBRARIES} sublime kdevplatformutil kdevplatformoutputview kdevplatformshell kdevplatformtests)