X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=client-lib%2FCMakeLists.txt;h=d44c1e6dac6a9c6d213976b9cdc133be1981f926;hp=2478da435b8b378c162c0e3991be4833db0a956c;hb=dc539df27ac3009a5e29f6a537a66b86708387c5;hpb=414dc90249f554ded7bb8e001d5a1c8492f51184 diff --git a/client-lib/CMakeLists.txt b/client-lib/CMakeLists.txt index 2478da4..d44c1e6 100644 --- a/client-lib/CMakeLists.txt +++ b/client-lib/CMakeLists.txt @@ -69,3 +69,15 @@ if (NOT ${SANITIZER_MODE} STREQUAL "none" AND NOT ${SANITIZER_MODE} STREQUAL "") PROPERTIES LINK_FLAGS "-fsanitize=${SANITIZER_MODE} -g") endif() + +install( + TARGETS afbclient + DESTINATION ${CMAKE_INSTALL_LIBDIR} + COMPONENT "runtime") + +install( + FILES AFBClient.h + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + COMPONENT "development") + +add_subdirectory(doc)