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

link_directories()


##### t14 (executable)

tde_add_executable( t14

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

tqt_automoc( t14 )