mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
build: cpptrace dependency should be public
This commit is contained in:
parent
9df36db4d1
commit
2824ba950b
@ -232,7 +232,7 @@ if(LIBBROTLIDEC_FOUND AND LIBBROTLIENC_FOUND)
|
||||
endif()
|
||||
|
||||
if(ENABLE_STACKTRACE)
|
||||
target_link_libraries(dwarfs_common PRIVATE cpptrace::cpptrace)
|
||||
target_link_libraries(dwarfs_common PUBLIC cpptrace::cpptrace)
|
||||
endif()
|
||||
|
||||
target_link_libraries(dwarfs_extractor PRIVATE PkgConfig::LIBARCHIVE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user