X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fhybrid-html5%2FCMakeLists.txt;h=1ddb65978e465c7dacc71c6d1df8d78019571ea8;hb=6993026755563379e964966ee7fc73923a21828d;hp=822fd7b60bc5b9de991bff01eb5d04f118c700c2;hpb=9ea81dbd25d509cbe88de0702bed54020180f979;p=staging%2Fxdg-launcher.git diff --git a/templates/hybrid-html5/CMakeLists.txt b/templates/hybrid-html5/CMakeLists.txt index 822fd7b..1ddb659 100644 --- a/templates/hybrid-html5/CMakeLists.txt +++ b/templates/hybrid-html5/CMakeLists.txt @@ -21,9 +21,13 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) -# Add subdir targets +# Will add each subdirs with a CMakeLists.txt file project_subdirs_add() +# Populate each target with LABELS specified. project_targets_populate() +# Build package widget once populated. project_package_build() -project_closing_msg() \ No newline at end of file + +#Display CLOSING_MESSAGE specified in config.cmake file. +project_closing_msg()