X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=0ef0eb5577a89ed5376a924408f9520a220ddabb;hb=2f864ac5289e8426f1d0c91c264a6a274047245b;hp=bbdb242b331d3633dcef2361a8cf2a61923d1a90;hpb=9b094f7e17736529e8fd1d25515112f9a1a2daac;p=staging%2Fwindowmanager.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bbdb242..0ef0eb5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,7 @@ add_library(winman MODULE json_helper.cpp json_helper.hpp app.hpp app.cpp + afb_binding_api.cpp result.hpp afb_binding_api.hpp afb_binding_glue.inl layers.cpp layers.hpp controller_hooks.hpp config.cpp config.hpp) @@ -61,7 +62,7 @@ target_compile_options(winman set_target_properties(winman PROPERTIES - INTERPROCEDURAL_OPTIMIZATION ON + # INTERPROCEDURAL_OPTIMIZATION ON CXX_EXTENSIONS OFF CXX_STANDARD 14