X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=e20b475d6c425d4f48ac14c55d54185597c54fba;hb=refs%2Fheads%2Fkoi;hp=8c1fc7cef0f3901917f17492f7f6af99349ced13;hpb=63dc51c35d26c837295ac0ef33c1b8e41353ea35;p=apps%2Fmixer.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c1fc7c..e20b475 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,4 +20,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) set(AFB_HELPERS_QTWSCLIENT ON CACHE BOOL "enable Qt's WebSocket client" FORCE) +add_definitions(-DUSE_API_DYN -DAFB_BINDING_WANT_DYNAPI -DAFB_BINDING_VERSION=3) + include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)