diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-08 13:46:45 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | ad5fadb0a26e8f881d6d633fde25c1801dc8b254 (patch) | |
tree | 341fc63ab013049768a8100edc71f9665a2b22a6 /conf.d | |
parent | 7d94151e66855bf6f9ba3a4c639c26b277ac4545 (diff) |
Fixed CMakefile target naming
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
-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") |