mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -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()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_STACKTRACE)
|
if(ENABLE_STACKTRACE)
|
||||||
target_link_libraries(dwarfs_common PRIVATE cpptrace::cpptrace)
|
target_link_libraries(dwarfs_common PUBLIC cpptrace::cpptrace)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(dwarfs_extractor PRIVATE PkgConfig::LIBARCHIVE)
|
target_link_libraries(dwarfs_extractor PRIVATE PkgConfig::LIBARCHIVE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user