mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
build: add missing dependencies for test_helpers
This commit is contained in:
parent
e092171bf8
commit
a674acc2f6
@ -384,7 +384,7 @@ if(WITH_TESTS OR WITH_BENCHMARKS OR WITH_FUZZ)
|
|||||||
test/test_dirtree.cpp
|
test/test_dirtree.cpp
|
||||||
test/filter_test_data.cpp
|
test/filter_test_data.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries(dwarfs_test_helpers PUBLIC dwarfs_common)
|
target_link_libraries(dwarfs_test_helpers PUBLIC dwarfs_common dwarfs_writer dwarfs_tool)
|
||||||
set_property(TARGET dwarfs_test_helpers PROPERTY CXX_STANDARD 20)
|
set_property(TARGET dwarfs_test_helpers PROPERTY CXX_STANDARD 20)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user