Explorar o código

Fix cgal dll problem.

Jérémie Dumas %!s(int64=6) %!d(string=hai) anos
pai
achega
a3f240620a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/CMakeLists.txt

+ 1 - 0
tests/CMakeLists.txt

@@ -49,6 +49,7 @@ if(LIBIGL_WITH_CGAL)
   target_sources(libigl_tests PRIVATE ${TEST_SRC_FILES} ${TEST_INC_FILES})
 
   target_link_libraries(libigl_tests PUBLIC igl::cgal)
+  igl_copy_cgal_dll(libigl_tests)
 endif()
 
 if(LIBIGL_WITH_TETGEN)