Files
openmesh/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/CMakeLists.txt
2020-04-22 15:05:56 +02:00

15 lines
211 B
CMake

include (ACGCommon)
include_directories (
../../../..
${CMAKE_CURRENT_SOURCE_DIR}
)
acg_add_executable (mkbalancedpm mkbalancedpm.cc)
target_link_libraries (mkbalancedpm
OpenMeshCore
OpenMeshTools
)