build: explicitly enable symbols export from executable targets

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-06-07 17:00:37 +00:00
committed by Compute-Runtime-Automation
parent 500ed3029b
commit af816b5729
10 changed files with 10 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ add_dependencies(neo_shared_tests test_dynamic_lib)
set_property(TARGET neo_shared_tests APPEND_STRING PROPERTY COMPILE_FLAGS ${ASAN_FLAGS})
set_target_properties(neo_shared_tests PROPERTIES FOLDER "${SHARED_TEST_PROJECTS_FOLDER}")
set_property(TARGET neo_shared_tests PROPERTY ENABLE_EXPORTS TRUE)
target_include_directories(neo_shared_tests PRIVATE
${NEO_SHARED_TEST_DIRECTORY}/common/test_configuration/unit_tests