CMakeLists.txt 320 B

123456
  1. get_filename_component(PROJECT_NAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)
  2. project(${PROJECT_NAME})
  3. set(IMGUIZMO_PATH ${LIBIGL_SOURCE_DIR}/igl/opengl/glfw/imgui/imguizmo)
  4. add_executable(${PROJECT_NAME} main.cpp)
  5. target_link_libraries( ${PROJECT_NAME} igl::core igl::opengl igl::opengl_glfw igl::opengl_glfw_imgui tutorials)