X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=afc7031f06242fef9d09ad38b893c3303d0c4f10;hb=7aad83842cdab620e91fe73ac4731d75eb9c283a;hp=0d5e71222c7a289f5407cb0fd396c6b9291bc7d2;hpb=9a623c3aa32ec0fbf9682f37a990abd00f38da60;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0d5e7122..afc7031f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -72,6 +72,7 @@ add_definitions( SET(AFB_LIB_SOURCES afb-api.c afb-api-dbus.c + afb-api-js.c afb-api-so.c afb-api-so-v1.c afb-api-so-v2.c @@ -129,6 +130,7 @@ SET(AFB_LIB_SOURCES watchdog.c websock.c wrap-json.c + duktape.c ) ADD_LIBRARY(afb-lib STATIC ${AFB_LIB_SOURCES})