Explorar el Código

missing cork libs

Former-commit-id: 3ff1edcd024f8c640f5154d9d643c0a2187702ce
Alec Jacobson hace 7 años
padre
commit
1a9c17df6f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      shared/cmake/libigl.cmake

+ 1 - 0
shared/cmake/libigl.cmake

@@ -236,6 +236,7 @@ if(LIBIGL_WITH_CORK)
   compile_igl_module("cork")
   target_include_directories(igl_cork ${IGL_SCOPE} cork)
   target_include_directories(igl_cork ${IGL_SCOPE} "${CORK_DIR}/src")
+  target_link_libraries(igl_cork ${IGL_SCOPE} cork)
 endif()
 
 ################################################################################