summaryrefslogtreecommitdiffstats
path: root/examples/aclock/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/aclock/CMakeLists.txt')
-rw-r--r--examples/aclock/CMakeLists.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/aclock/CMakeLists.txt b/examples/aclock/CMakeLists.txt
new file mode 100644
index 000000000..aad0e781f
--- /dev/null
+++ b/examples/aclock/CMakeLists.txt
@@ -0,0 +1,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 )