llvm/flang/tools/flang-info/CMakeLists.txt

17 lines
235 B
CMake
Raw Normal View History

set( LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Option
Support
)
add_flang_executable(flang-info
FlangInfo.cpp
)
target_link_libraries(flang-info
flangBasic
)
install(TARGETS flang-info
RUNTIME DESTINATION bin)