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

12 lines
148 B
CMake

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