File: CMakeLists.txt

package info (click to toggle)
parley 4%3A4.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,464 kB
  • ctags: 2,865
  • sloc: cpp: 18,082; python: 4,201; ansic: 2,179; xml: 195; sh: 14; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
project (scripts)
 
#find_package(KDE4 REQUIRED)
#include_directories( ${KDE4_INCLUDES} )

#install(FILES myscript.py DESTINATION ${DATA_INSTALL_DIR}/parleyscripts/)
 
set(scripts_SRCS main.cpp scripts.cpp translationscript.cpp)
 
kde4_add_executable(scripts ${scripts_SRCS})

target_link_libraries(scripts ${KDE4_KROSSCORE_LIBS} ${KDE4_KROSSUI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} )