Skip to content

Commit

Permalink
Moved examples under different flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-Kakodkar committed Oct 31, 2023
1 parent d2e3134 commit 7e4e77f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ if (BUILD_TESTS)
message("-- Including tests.")
add_subdirectory(tests/unit-tests)
add_subdirectory(tests/regression-tests)
endif()

if (BUILD_EXAMPLES)
message("-- Including examples.")
add_subdirectory(examples)
endif()

Expand Down

0 comments on commit 7e4e77f

Please sign in to comment.