Skip to content
Snippets Groups Projects

put tests under cmake flag

Merged Deepak Rangarajan requested to merge rangarad/csg-eb:put_tests_under_cmake_flag into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -29,4 +29,6 @@ if (CSG_CGAL_ENABLED)
target_link_libraries(csg-eb PRIVATE CGAL::CGAL)
endif()
add_subdirectory(tests)
if (BUILD_TESTING)
add_subdirectory(tests)
endif()
Loading