llvm/flang/tools/CMakeLists.txt

12 lines
184 B
CMake
Raw Normal View History

create_subdirectory_options(FLANG TOOL)
add_flang_subdirectory(flang-info)
#!! add_flang_subdirectory(f18)
#!! if(FLANG_ENABLE_XXXX)
#!! add_flang_subdirectory(xxxx)
#!! endif()