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/project/htdocs | |
parent | 7d94151e66855bf6f9ba3a4c639c26b277ac4545 (diff) |
Fixed CMakefile target naming
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/project/htdocs')
-rw-r--r-- | conf.d/project/htdocs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |