summaryrefslogtreecommitdiffstats
path: root/examples/aclock/CMakeLists.txt
blob: aad0e781fe02ef7bd3e3dec9c09cf41df216e38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_directories(
  ${CMAKE_BINARY_DIR}/include
)

link_directories()


##### aclock (executable)

tde_add_executable( aclock

  SOURCES
        aclock.cpp
        main.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( aclock )