David Coeurjolly 78857af2eb cleanup
2023-01-10 10:47:21 +01:00

7 lines
191 B
CMake

add_executable(simpleTest simpleTest.cpp)
target_link_libraries(simpleTest polyscope)
add_executable(displayOBJ displayOBJ.cpp)
target_link_libraries(displayOBJ polyscope geometry-central)