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/hybrid-html5/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/hybrid-html5/CMakeLists.txt') diff --git a/templates/hybrid-html5/CMakeLists.txt b/templates/hybrid-html5/CMakeLists.txt index b153bf0..420f6e1 100644 --- a/templates/hybrid-html5/CMakeLists.txt +++ b/templates/hybrid-html5/CMakeLists.txt @@ -24,4 +24,5 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) # Add subdir targets project_subdirs_add() -build_widget() +project_targets_populate() +project_package_build() -- cgit 1.2.3-korg