Update CMakeLists files tree and organization
[apps/app-templates.git] / templates / html5 / CMakeLists.txt
index 26b9226..bbdab76 100644 (file)
@@ -21,6 +21,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
 include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake)
 include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake)
 
-search_targets()
+project_subdirs_add()
 
-build_widget()
+project_targets_populate()
+project_package_build()