6 lines
208 B
CMake
6 lines
208 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
project(609_Boolean)
|
|
|
|
add_executable(${PROJECT_NAME}_bin main.cpp)
|
|
target_link_libraries(${PROJECT_NAME}_bin igl::core igl::cgal igl::opengl igl::opengl_glfw tutorials)
|