Files
openmesh/src/OpenMesh/Apps/Smoothing/CMakeLists.txt

10 lines
130 B
CMake

include (VCICommon)
vci_add_executable (Smoothing smooth.cc)
target_link_libraries (Smoothing
OpenMeshCore
OpenMeshTools
)