X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2Fapiset%2FCMakeLists.txt;h=ae4c28cb4f5fd30777a104da66f9878a6f887679;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=180c80b8b4754e3a330c4d2e07c0916b47f756e3;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/src/tests/apiset/CMakeLists.txt b/src/tests/apiset/CMakeLists.txt index 180c80b8..ae4c28cb 100644 --- a/src/tests/apiset/CMakeLists.txt +++ b/src/tests/apiset/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2018 "IoT.bzh" +# Copyright (C) 2015-2020 "IoT.bzh" # # author: José Bollo # @@ -16,6 +16,10 @@ # limitations under the License. ########################################################################### +add_definitions( + -DAGL_DEVEL=$ + -DWITH_AFB_HOOK=$ +) add_executable(test-apiset test-apiset.c) target_include_directories(test-apiset PRIVATE ../..) target_link_libraries(test-apiset afb-lib ${link_libraries})