Files
igl/tutorial/506_FrameField/CMakeLists.txt
T

6 lines
237 B
CMake

get_filename_component(PROJECT_NAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)
project(${PROJECT_NAME})
add_executable(${PROJECT_NAME} main.cpp)
target_link_libraries(${PROJECT_NAME} igl::core igl::opengl igl::opengl_glfw igl::comiso tutorials)