forked from OSchip/llvm-project
20 lines
319 B
CMake
20 lines
319 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
)
|
|
|
|
add_flang_unittest(FlangFrontendTests
|
|
CompilerInstanceTest.cpp
|
|
FrontendActionTest.cpp
|
|
)
|
|
|
|
target_link_libraries(FlangFrontendTests
|
|
PRIVATE
|
|
clangBasic
|
|
flangFrontend
|
|
flangFrontendTool
|
|
FortranParser
|
|
FortranSemantics
|
|
FortranCommon
|
|
FortranEvaluate
|
|
)
|