Commit 00b32b82 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

put tests under cmake flag

parent 544adf6b
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -29,4 +29,6 @@ if (CSG_CGAL_ENABLED)
   target_link_libraries(csg-eb PRIVATE CGAL::CGAL)
   target_link_libraries(csg-eb PRIVATE CGAL::CGAL)
endif()
endif()


add_subdirectory(tests)
if (BUILD_TESTING)
   add_subdirectory(tests)
endif()