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 c57712f commit 41bdf6dCopy full SHA for 41bdf6d
unittests/CppInterOp/CMakeLists.txt
@@ -9,12 +9,9 @@ set(clang_libs
9
# function taken from https://github.com/abduld/cena/blob/master/cmake/modules/FindClang.cmake
10
foreach(l ${clang_libs})
11
find_library(${l} NAMES ${l} HINTS ${LLVM_LIBRARY_DIRS} )
12
- mark_as_advanced(${l})
13
- list(APPEND clang_libs ${l})
+ mark_as_advanced(${l)
14
endforeach(l)
15
16
- set(${out_libs} ${clang_libs} PARENT_SCOPE)
17
-
18
add_cppinterop_unittest(CppInterOpTests
19
CUDATest.cpp
20
EnumReflectionTest.cpp
0 commit comments