File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
opencl/test/unit_test/helpers
shared/test/unit_test/preamble Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,5 @@ set(IGDRCL_SRCS_tests_helpers
4646
4747get_property (NEO_CORE_PREAMBLE_TESTS GLOBAL PROPERTY NEO_CORE_PREAMBLE_TESTS)
4848
49- list (APPEND IGDRCL_SRCS_tests_helpers
50- ${NEO_CORE_PREAMBLE_TESTS}
51- )
52-
5349target_sources (igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_helpers} )
5450add_subdirectories()
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ set(NEO_CORE_PREAMBLE_TESTS
99 ${CMAKE_CURRENT_SOURCE_DIR} /preamble_fixture.h
1010 ${CMAKE_CURRENT_SOURCE_DIR} /preamble_tests.cpp
1111)
12- set_property ( GLOBAL PROPERTY NEO_CORE_PREAMBLE_TESTS ${NEO_CORE_PREAMBLE_TESTS} )
12+ target_sources ( ${TARGET_NAME} PRIVATE ${NEO_CORE_PREAMBLE_TESTS} )
1313add_subdirectories()
You can’t perform that action at this time.
0 commit comments