10 lines
186 B
CMake
10 lines
186 B
CMake
include (VCICommon)
|
|
|
|
vci_add_executable (commandlineAdaptiveSubdivider ../adaptive_subdivider.cc)
|
|
|
|
target_link_libraries (commandlineAdaptiveSubdivider
|
|
OpenMeshCore
|
|
OpenMeshTools
|
|
)
|
|
|