X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fgenskel%2FCMakeLists.txt;h=b1d63825c7820a9d82e56cbd80189790bc57d8af;hb=170aef20bc3a59d5139c2eff8794d9ba4c83a2e5;hp=ac1d121075596bd42e9530ca0860d7d265015288;hpb=b6ad3eb5c49252c989e0d8ecd2664aae10e8db8b;p=src%2Fapp-framework-binder.git diff --git a/src/genskel/CMakeLists.txt b/src/genskel/CMakeLists.txt index ac1d1210..b1d63825 100644 --- a/src/genskel/CMakeLists.txt +++ b/src/genskel/CMakeLists.txt @@ -17,6 +17,14 @@ ########################################################################### ADD_EXECUTABLE(afb-genskel genskel.c) +ADD_EXECUTABLE(afb-exprefs exprefs.c) +ADD_EXECUTABLE(afb-json2c json2c.c) + TARGET_LINK_LIBRARIES(afb-genskel ${link_libraries}) +TARGET_LINK_LIBRARIES(afb-exprefs ${link_libraries}) +TARGET_LINK_LIBRARIES(afb-json2c ${link_libraries}) + INSTALL(TARGETS afb-genskel RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) +INSTALL(TARGETS afb-exprefs RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) +INSTALL(TARGETS afb-json2c RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})