X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2FCMakeLists.txt;h=2a97f85dafedccf1b4ce31a253c19b3bd937a9b2;hb=20eaa9b48b43407a9a4f023655cb940c59b8917a;hp=302222e34754192c7e2becbc52634600ef939ce7;hpb=d5a9a1906e1487d1af3526d23b7415e81c989caf;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/CMakeLists.txt b/CAN-binder/CMakeLists.txt index 302222e3..2a97f85d 100644 --- a/CAN-binder/CMakeLists.txt +++ b/CAN-binder/CMakeLists.txt @@ -17,6 +17,15 @@ ########################################################################### CMAKE_MINIMUM_REQUIRED(VERSION 3.3) -include(${CMAKE_CURRENT_SOURCE_DIR}/etc/agl.cmake) -build_widget() +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/app-templates/cmake/common.cmake) + +# Bindings to compile +# -------------------- +project_subdirs_add() + +project_targets_populate() +project_package_build() + +project_closing_msg()