From 2b6134b5cf6515ceb096a8d490382642eaf20a9a 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/CMakeLists.txt | 3 ++- templates/html5/app/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/html5') diff --git a/templates/html5/CMakeLists.txt b/templates/html5/CMakeLists.txt index bc9558e..bbdab76 100644 --- a/templates/html5/CMakeLists.txt +++ b/templates/html5/CMakeLists.txt @@ -23,4 +23,5 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) project_subdirs_add() -build_widget() +project_targets_populate() +project_package_build() 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