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 4c35c47 commit bcc6e98Copy full SHA for bcc6e98
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