Files
igl/tutorial/511_PolyVectorFieldGeneral/CMakeLists.txt
T
2017-10-13 10:22:58 -04:00

6 lines
213 B
CMake

cmake_minimum_required(VERSION 2.8.12)
project(511_PolyVectorFieldGeneral)
add_executable(${PROJECT_NAME}_bin main.cpp)
target_link_libraries(${PROJECT_NAME}_bin igl::core igl::opengl igl::opengl_glfw tutorials)