cmake: added psrcgen to install targets
This commit is contained in:
parent
6fc3366b3e
commit
c1cff4cefc
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user