10 lines
130 B
CMake
10 lines
130 B
CMake
include (VCICommon)
|
|
|
|
vci_add_executable (Smoothing smooth.cc)
|
|
|
|
target_link_libraries (Smoothing
|
|
OpenMeshCore
|
|
OpenMeshTools
|
|
)
|
|
|