diff CMakeLists.txt @ 125:d59efa737fcc

cmake: add examples and fix
author David Demelier <markand@malikania.fr>
date Tue, 06 Oct 2020 12:43:29 +0200
parents d1ec1aa3fbe0
children c679e08b32b2
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Oct 05 16:24:37 2020 +0200
+++ b/CMakeLists.txt	Tue Oct 06 12:43:29 2020 +0200
@@ -52,4 +52,6 @@
 add_subdirectory(libadventure)
 add_subdirectory(molko)
 
+add_subdirectory(examples)
+
 add_subdirectory(tests)