mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
11 lines
553 B
Diff
11 lines
553 B
Diff
--- a/test/CMakeLists.txt 2026-03-27 13:13:21.627057086 +0100
|
|
+++ b/test/CMakeLists.txt 2026-03-27 13:17:16.113296894 +0100
|
|
@@ -367,6 +367,7 @@
|
|
tbb_add_test(SUBDIR tbb NAME test_allocators DEPENDENCIES TBB::tbb)
|
|
tbb_add_test(SUBDIR tbb NAME test_arena_priorities DEPENDENCIES TBB::tbb)
|
|
tbb_add_test(SUBDIR tbb NAME test_dynamic_link DEPENDENCIES TBB::tbb)
|
|
+ set_target_properties(test_dynamic_link PROPERTIES ENABLE_EXPORTS TRUE)
|
|
if (WIN32)
|
|
tbb_add_test(SUBDIR tbb NAME test_numa_dist DEPENDENCIES TBB::tbb)
|
|
endif()
|