We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2f6da commit 87fde29Copy full SHA for 87fde29
1 file changed
src/CMakeLists.txt
@@ -75,6 +75,7 @@ target_link_libraries(${TARGET_EXE} ${TARGET})
75
install(TARGETS ${TARGET_EXE} RUNTIME DESTINATION bin COMPONENT ${TARGET_EXE})
76
install(TARGETS ${TARGET_LIB} LIBRARY DESTINATION lib COMPONENT ${TARGET_LIB})
77
install(DIRECTORY ../include/aktualizr-lite DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
78
+install(DIRECTORY ../aktualizr/third_party/jsoncpp/include/json DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
79
80
# enable creating clang-tidy targets for each source file (see aktualizr/CMakeLists.txt for details)
81
aktualizr_source_file_checks(main.cc api.cc ../include/aktualizr-lite/api.h ${SRC} ${HEADERS})
0 commit comments