Simplified cmake files

This commit is contained in:
Jan Möbius
2020-04-22 15:05:56 +02:00
parent cf867c642c
commit 967220c585
10 changed files with 29 additions and 63 deletions

View File

@@ -5,12 +5,7 @@ include_directories (
${CMAKE_CURRENT_SOURCE_DIR}
)
# collect all header and source files
set (sources
./vdpmanalyzer.cc
)
acg_add_executable (Analyzer ${sources})
acg_add_executable (Analyzer vdpmanalyzer.cc)
target_link_libraries (Analyzer
OpenMeshCore