mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-26 11:52:54 +00:00
5 lines
332 B
CMake
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)
|
|
|