cmake: added psrcgen to install targets

This commit is contained in:
Alibek Omarov 2022-04-18 20:22:15 +03:00
parent 6fc3366b3e
commit c1cff4cefc
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ set(syscse_SRCS syscse.c)
add_executable(syscse ${syscse_SRCS})
target_link_libraries(syscse dwarves)
install(TARGETS codiff ctracer dtagnames pahole pdwtags
install(TARGETS codiff ctracer dtagnames pahole pdwtags psrcgen
pfunct pglobal prefcnt scncopy syscse RUNTIME DESTINATION
${CMAKE_INSTALL_PREFIX}/bin)
install(TARGETS dwarves LIBRARY DESTINATION ${LIB_INSTALL_DIR} ARCHIVE DESTINATION ${LIB_INSTALL_DIR})