3 lines
95 B
CMake
3 lines
95 B
CMake
|
project (tridecimator)
|
||
|
add_executable(tridecimator tridecimator.cpp ../../wrap/ply/plylib.cpp)
|