blob: 12db4cb4c3b22735c08967336b8d2af3b46a80da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_directories(
${CMAKE_BINARY_DIR}/include
)
##### msg2tqm (executable)
set( target msg2tqm )
tde_add_executable( ${target}
SOURCES ${target}.cpp
LINK tqt-mt-shared
DESTINATION ${BIN_INSTALL_DIR}
)
|