Files
openmesh/src/OpenMesh/Apps/VDProgMesh/Analyzer/CMakeLists.txt

10 lines
134 B
CMake

include (VCICommon)
vci_add_executable (Analyzer vdpmanalyzer.cc)
target_link_libraries (Analyzer
OpenMeshCore
OpenMeshTools
)