X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;fp=src%2FCMakeLists.txt;h=e50828712db56d3543b5e7a80a9bc96e06986bd2;hb=72295a67230bceb2777fca41fda92098acc15fab;hp=25849de5283c5538d7877c5ff45e5278e630216d;hpb=691908f673fb67648c0d34c5ddf29fd8969487de;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 25849de..e508287 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,11 +23,6 @@ pkg_check_modules(SD REQUIRED libsystemd>=222) # We do not want a prefix for our module set(CMAKE_SHARED_MODULE_PREFIX "") -add_custom_command( - OUTPUT afb_binding_api.hpp afb_binding_glue.inl - DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../generate-binding-glue.py - COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/../generate-binding-glue.py) - set(TARGETS_WM windowmanager-service) add_library(${TARGETS_WM} MODULE @@ -45,7 +40,6 @@ add_library(${TARGETS_WM} MODULE afb_binding_api.cpp result.hpp afb_binding_api.hpp - afb_binding_glue.inl layers.cpp layers.hpp controller_hooks.hpp