aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-28 18:23:49 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-28 18:23:49 -0400
commit28736c578701393f35cac2bd2ad49de18d7f879e (patch)
treed00c341f078b38972d26a9269c83b9fabac0c496 /CMakeLists.txt
parent18e6ddc1c5b091a66113ecf0d761a37980882ce3 (diff)
Move example -> examples
And the compositor example into its own directory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae2397b2..b15882ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,4 +63,4 @@ add_subdirectory(session)
add_subdirectory(render)
add_subdirectory(util)
-add_subdirectory(example)
+add_subdirectory(examples)