diff options
Diffstat (limited to 'kommander/examples/CMakeLists.txt')
-rw-r--r-- | kommander/examples/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kommander/examples/CMakeLists.txt b/kommander/examples/CMakeLists.txt new file mode 100644 index 00000000..9af8ae8b --- /dev/null +++ b/kommander/examples/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory( current ) +add_subdirectory( old ) +add_subdirectory( tutorial ) |