173
|
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
|
|
9 add_subdirectory(f18)
|
207
|
10 if(FLANG_BUILD_NEW_DRIVER)
|
|
11 add_subdirectory(flang-driver)
|
173
|
12 endif()
|
207
|
13 add_subdirectory(tco)
|
173
|
14 add_subdirectory(f18-parse-demo)
|
207
|
15 add_subdirectory(fir-opt)
|