10 lines
134 B
CMake
10 lines
134 B
CMake
include (VCICommon)
|
|
|
|
vci_add_executable (Analyzer vdpmanalyzer.cc)
|
|
|
|
target_link_libraries (Analyzer
|
|
OpenMeshCore
|
|
OpenMeshTools
|
|
)
|
|
|