Updated cmakelist

This commit is contained in:
Paolo Cignoni 2021-10-29 16:36:17 +02:00 committed by alemuntoni
parent 009ea9e671
commit 5c63ade13d
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ project(trimesh_curvature)
if (VCG_HEADER_ONLY)
set(SOURCES
trimesh_curvature.cpp)
trimesh_curvature.cpp
${VCG_INCLUDE_DIRS}/wrap/ply/plylib.cpp)
endif()
add_executable(trimesh_curvature