We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e543ed7 commit 1e555edCopy full SHA for 1e555ed
src/cmake/Helpers.cmake
@@ -3,8 +3,8 @@
3
4
# Add library function
5
function(alicevision_add_library library_name)
6
- set(options USE_CUDA)
7
- set(options USE_SYCL)
+ set(options USE_CUDA USE_SYCL)
+
8
set(singleValues "")
9
set(multipleValues SOURCES PUBLIC_LINKS PRIVATE_LINKS PUBLIC_INCLUDE_DIRS PRIVATE_INCLUDE_DIRS PUBLIC_DEFINITIONS PRIVATE_DEFINITIONS)
10
0 commit comments