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

link_directories()


##### t11 (executable)

tde_add_executable( t11

  SOURCES
        main.cpp
        cannon.cpp
        lcdrange.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( t11 )