CMakeLists.txt 301 B

12345678
  1. cmake_minimum_required(VERSION 2.8.12)
  2. project(403_BoundedBiharmonicWeights)
  3. add_executable(${PROJECT_NAME}_bin main.cpp)
  4. target_link_libraries(${PROJECT_NAME}_bin igl::core igl::opengl igl::opengl_glfw tutorials)
  5. if(TARGET igl::mosek)
  6. target_link_libraries(${PROJECT_NAME}_bin igl::mosek)
  7. endif()