19 lines
266 B
Text
19 lines
266 B
Text
|
add_clang_unittest(InterpTests
|
||
|
Descriptor.cpp
|
||
|
)
|
||
|
|
||
|
clang_target_link_libraries(InterpTests
|
||
|
PRIVATE
|
||
|
clangAST
|
||
|
clangASTMatchers
|
||
|
clangBasic
|
||
|
clangFrontend
|
||
|
clangSerialization
|
||
|
clangTooling
|
||
|
)
|
||
|
|
||
|
target_link_libraries(InterpTests
|
||
|
PRIVATE
|
||
|
clangTesting
|
||
|
)
|