From ad5fadb0a26e8f881d6d633fde25c1801dc8b254 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 8 Jun 2018 13:46:45 +0200 Subject: Fixed CMakefile target naming Signed-off-by: Sebastien Douheret --- conf.d/project/etc/CMakeLists.txt | 2 +- conf.d/project/htdocs/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d') 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") -- cgit 1.2.3-korg