xref: /llvm-project/flang/tools/CMakeLists.txt (revision dda20ea73d958584e6b162b34dd421582c52ddbb)
1#===-- tools/CMakeLists.txt ------------------------------------------------===#
2#
3# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4# See https://llvm.org/LICENSE.txt for license information.
5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6#
7#===------------------------------------------------------------------------===#
8
9add_subdirectory(bbc)
10add_subdirectory(f18)
11add_subdirectory(flang-driver)
12add_subdirectory(tco)
13add_subdirectory(f18-parse-demo)
14add_subdirectory(fir-opt)
15add_subdirectory(fir-lsp-server)
16