Fixed typo

This commit is contained in:
Jan Möbius
2020-04-22 14:44:27 +02:00
parent f5246f7172
commit cf867c642c
6 changed files with 15 additions and 24 deletions

View File

@@ -5,11 +5,7 @@ include_directories (
${CMAKE_CURRENT_SOURCE_DIR}
)
# collect all header and source files
acg_append_files (headers "*.hh" .)
acg_append_files (sources "*.cc" .)
acg_add_executable (Smoothing ${headers} ${sources})
acg_add_executable (Smoothing smooth.cc)
target_link_libraries (Smoothing
OpenMeshCore