aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-05 15:51:20 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-05 15:51:42 +0200
commitcc06687c8043b93b08202c6c90e588d9b1897c31 (patch)
treee34edb39738fe0a1b103ab1d6b9d4947cb673aac /src/CMakeLists.txt
parent656bcfa4fe39c04580849798220d48d2c4067d7f (diff)
App/binding: move binding_api impl to its own source file.
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 606192c..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)