summaryrefslogtreecommitdiffstats
path: root/examples/embedded/lightmaps
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/lightmaps')
-rw-r--r--examples/embedded/lightmaps/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/embedded/lightmaps/CMakeLists.txt b/examples/embedded/lightmaps/CMakeLists.txt
new file mode 100644
index 0000000000..4779d07adc
--- /dev/null
+++ b/examples/embedded/lightmaps/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Generated from lightmaps.pro.
+
+#####################################################################
+## lightmaps Binary:
+#####################################################################
+
+add_qt_executable(lightmaps
+ GUI
+ OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/embedded/lightmaps"
+ INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/embedded/lightmaps"
+ SOURCES
+ lightmaps.cpp lightmaps.h
+ main.cpp
+ mapzoom.cpp mapzoom.h
+ slippymap.cpp slippymap.h
+ LIBRARIES
+ Qt::Network
+ Qt::Widgets
+)
+
+#### Keys ignored in scope 1:.:lightmaps.pro:<NONE>:
+# TEMPLATE = "app"