Skip to content

Commit ceca8ab

Browse files
Correct cmake
Signed-off-by: Filip Hazubski <[email protected]>
1 parent 4fd3ac6 commit ceca8ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opencl/source/enable_gens.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,7 @@ if(WIN32)
131131
else()
132132
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_GENX_ALL_LINUX})
133133
endif()
134+
135+
set_property(GLOBAL PROPERTY RUNTIME_SRCS_GENX_ALL_BASE ${RUNTIME_SRCS_GENX_ALL_BASE})
136+
set_property(GLOBAL PROPERTY RUNTIME_SRCS_GENX_ALL_LINUX ${RUNTIME_SRCS_GENX_ALL_LINUX})
137+
set_property(GLOBAL PROPERTY RUNTIME_SRCS_GENX_ALL_WINDOWS ${RUNTIME_SRCS_GENX_ALL_WINDOWS})

0 commit comments

Comments
 (0)