X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fhtml5%2FCMakeLists.txt;h=1ddb65978e465c7dacc71c6d1df8d78019571ea8;hb=6993026755563379e964966ee7fc73923a21828d;hp=26b9226d70d72827e6402e9d76a606c4728708c8;hpb=5a87b82700a736e7c443023399da3d2a31098895;p=staging%2Fxdg-launcher.git diff --git a/templates/html5/CMakeLists.txt b/templates/html5/CMakeLists.txt index 26b9226..1ddb659 100644 --- a/templates/html5/CMakeLists.txt +++ b/templates/html5/CMakeLists.txt @@ -21,6 +21,13 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) -search_targets() +# Will add each subdirs with a CMakeLists.txt file +project_subdirs_add() -build_widget() +# Populate each target with LABELS specified. +project_targets_populate() +# Build package widget once populated. +project_package_build() + +#Display CLOSING_MESSAGE specified in config.cmake file. +project_closing_msg()