* Selection Plugin and Tutorial Entry * rm __1:: * templates; and dont take F as input * missing template, fix bug * better commenting * windows doesn't understand M_PI * Use ImGui::SetNextWindowSize Co-authored-by: Jérémie Dumas <jeremie.dumas@ens-lyon.org>
6 lines
248 B
CMake
6 lines
248 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::opengl_glfw_imgui tutorials)
|