Procházet zdrojové kódy

Merge branch 'master' of https://github.com/schuellc/libigl

Former-commit-id: 9fc2588eee8d64bf41f60c1be74de2663f4c487e
schuellc před 11 roky
rodič
revize
4076cd3195
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tutorial/CMakeLists.txt

+ 1 - 1
tutorial/CMakeLists.txt

@@ -34,7 +34,7 @@ include_directories("../include")
 add_subdirectory("../external/nanogui/" "nanogui")
 include_directories("../external/nanogui/include")
 include_directories("../external/nanogui/ext/nanovg/src")
-list(APPEND SHARED_LIBRARIES "nanogui" "glfw3")
+list(APPEND SHARED_LIBRARIES "nanogui" "glfw")
 
 message(STATUS "Linking with: ${LIBIGL_LIBRARIES}")
 list(APPEND SHARED_LIBRARIES ${LIBIGL_LIBRARIES})