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