llvm-project/flang/lib/FrontendTool/CMakeLists.txt

16 lines
188 B
CMake

add_flang_library(flangFrontendTool
ExecuteCompilerInvocation.cpp
DEPENDS
clangBasic
LINK_LIBS
flangFrontend
clangBasic
clangDriver
LINK_COMPONENTS
Option
Support
)