Update CMake following app-template repo update
[apps/agl-service-can-low-level.git] / CAN-binder / CMakeLists.txt
index 56e7860..f834f24 100644 (file)
@@ -21,8 +21,13 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
 include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake)
 include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake)
 
+MESSAGE(STATUS "INSTALL PREFIX: ${CMAKE_INSTALL_PREFIX}")
+
 # Bindings to compile
 # --------------------
-search_targets()
+project_subdirs_add()
+
+project_targets_populate()
+project_package_build()
 
-build_widget()
+project_closing_msg()