X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2FCMakeLists.txt;h=5fbeb1933fd65b96f772e48fd1f6dc15afec6108;hb=96d088626ce3eaad841ea330ef44883c764192e3;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..5fbeb193 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/default/cmake/common.cmake) + +# Bindings to compile +# -------------------- +project_subdirs_add() + +project_targets_populate() +project_package_build() + +project_closing_msg()