aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier.tilloy@canonical.com>2012-10-04 12:12:13 +0200
committerOlivier Tilloy <olivier.tilloy@canonical.com>2012-10-04 12:12:13 +0200
commit244ec0549fc57adb462276bbc5a3581487ae9e70 (patch)
treef713fd78f95a312afa984b68339e7c330afb3775 /CMakeLists.txt
parentc2d5761cd1b788abdc8035a2da355ef7791f0b85 (diff)
downloadqmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.tar.gz
qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.tar.bz2
qmenumodel-244ec0549fc57adb462276bbc5a3581487ae9e70.zip
Removed leftover examples infrastructure.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe36672..220c7d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,6 @@ if(BUILD_WITH_COVERAGE)
endif()
add_subdirectory(src)
-add_subdirectory(examples)
# Tests Tools
if(NOT DBUS_RUNNER)