diff options
-rw-r--r-- | conf.d/project/etc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | conf.d/project/htdocs/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/project/etc/CMakeLists.txt b/conf.d/project/etc/CMakeLists.txt index 2e7daa7..3789646 100644 --- a/conf.d/project/etc/CMakeLists.txt +++ b/conf.d/project/etc/CMakeLists.txt @@ -19,7 +19,7 @@ ################################################## # Control Policy Config file ################################################## -PROJECT_TARGET_ADD(softmixer-config) +PROJECT_TARGET_ADD(afb-test-config) file(GLOB CONF_FILES "*.json") diff --git a/conf.d/project/htdocs/CMakeLists.txt b/conf.d/project/htdocs/CMakeLists.txt index ce916fa..c228d74 100644 --- a/conf.d/project/htdocs/CMakeLists.txt +++ b/conf.d/project/htdocs/CMakeLists.txt @@ -21,7 +21,7 @@ ################################################## # HTML Testing Files ################################################## -PROJECT_TARGET_ADD(softmixer-html5) +PROJECT_TARGET_ADD(afb-test-html5) file(GLOB SOURCE_FILES "*.html" "*.js" "*.jpg" "*.css") |