From 86d21034f8a70f41badd893fa4942f1b6036b9bc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 5 May 2017 10:59:12 +0200 Subject: Update CMakeLists files tree and organization Separation between project CMake file and Target CMake files. Adding LINK_FLAGS missing for bindings and following sources files rename operations. Change-Id: I664d20f84fd6a528fb2b057981e3ef9a4243c10d Signed-off-by: Romain Forlot --- templates/html5/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/html5/app') diff --git a/templates/html5/app/CMakeLists.txt b/templates/html5/app/CMakeLists.txt index 80bb600..625e93c 100644 --- a/templates/html5/app/CMakeLists.txt +++ b/templates/html5/app/CMakeLists.txt @@ -17,7 +17,7 @@ ########################################################################### # Add target to project dependency list -PROJECT_TARGET_ADD(html5-example) +PROJECT_TARGET_ADD(html5-app) # Define project Targets add_custom_command(OUTPUT dist.prod -- cgit 1.2.3-korg