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

link_directories()


#####  cursor (executable)

tde_add_executable( cursor

  SOURCES
        cursor.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( cursor )