blob: a81a3367999266b9f34d31458d9a547d89fe2ba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)
##### ksquirrel-libs-configurator-real (executable)
tde_add_executable( ksquirrel-libs-configurator-real AUTOMOC
SOURCES main.cpp klc.ui
LINK tdecore-shared tdeio-shared tdeui-shared DCOP-shared
DESTINATION ${BIN_INSTALL_DIR}
)
##### other files
install(
PROGRAMS ksquirrel-libs-configurator
DESTINATION ${BIN_INSTALL_DIR}
)
|