Rename submodule path to app-templates as the repo
[apps/agl-service-can-low-level.git] / CAN-binder / CMakeLists.txt
index 56e7860..2a97f85 100644 (file)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
 
-include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake)
-include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake)
+include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake)
+include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/app-templates/cmake/common.cmake)
 
 # Bindings to compile
 # --------------------
-search_targets()
+project_subdirs_add()
 
-build_widget()
+project_targets_populate()
+project_package_build()
+
+project_closing_msg()