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/htdocs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/project/htdocs') 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