Browse Source

Fix cgal dll problem.

Jérémie Dumas 6 năm trước cách đây
mục cha
commit
a3f240620a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)