renaming of functions and variables in cmake-library

This commit is contained in:
Max Lyon
2020-12-07 13:18:53 +01:00
parent d0e517ebe4
commit 50363592be
21 changed files with 72 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
include (ACGCommon)
include (VCICommon)
include_directories (
../../..
@@ -11,7 +11,7 @@ set (targetName MyOwnProject)
acg_append_files (headers "*.hh" .)
acg_append_files (sources "*.cc" .)
acg_add_executable (${targetName} ${headers} ${sources})
vci_add_executable (${targetName} ${headers} ${sources})
target_link_libraries (${targetName}
OpenMeshCore