From 28736c578701393f35cac2bd2ad49de18d7f879e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 28 Jun 2017 18:23:49 -0400 Subject: Move example -> examples And the compositor example into its own directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3