Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhongshi committed Jan 26, 2022
1 parent 2b2d617 commit eb15ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ include(libigl)
# Add your project files
file(GLOB SRC_FILES *.cpp)
add_executable(${PROJECT_NAME} ${SRC_FILES})
target_link_libraries(${PROJECT_NAME} PUBLIC igl::core igl::opengl_glfw)
target_link_libraries(${PROJECT_NAME} PUBLIC igl::core igl::cgal)

0 comments on commit eb15ddf

Please sign in to comment.