more renaming of acg to vci

This commit is contained in:
Max Lyon
2020-12-07 14:06:26 +01:00
parent 50363592be
commit bc7d5044a5
8 changed files with 14 additions and 17 deletions

View File

@@ -8,8 +8,8 @@ include_directories (
set (targetName MyOwnProject)
# collect all header and source files
acg_append_files (headers "*.hh" .)
acg_append_files (sources "*.cc" .)
vci_append_files (headers "*.hh" .)
vci_append_files (sources "*.cc" .)
vci_add_executable (${targetName} ${headers} ${sources})