Skip to content

Commit 47cf939

Browse files
authored
[SYCL-Fusion] Fix shared lib build (#8653)
Shared lib build fails due to a missing dep. Signed-off-by: Victor Lomuller <[email protected]>
1 parent d58eb78 commit 47cf939

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl-fusion/common/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
add_llvm_library(sycl-fusion-common
22
lib/NDRangesHelper.cpp
3+
4+
LINK_COMPONENTS
5+
Support
36
)
47

58
target_include_directories(sycl-fusion-common

0 commit comments

Comments
 (0)