mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
build: explicitly enable symbols export from executable targets
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
500ed3029b
commit
af816b5729
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user