diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 58d3aa4..bc4a12b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,4 +10,4 @@ add_subdirectory(python) add_subdirectory(cli) add_subdirectory(doc) -#add_subdirectory(examples) +add_subdirectory(examples) |