aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorpeter klausler <pklausler@nvidia.com>2019-08-13 16:28:05 -0700
committerpeter klausler <pklausler@nvidia.com>2019-08-23 11:31:12 -0700
commit9e26defed37507a39400ac1cff28d93d82c1ae78 (patch)
treee2f264c52ffb48e8e5da6f8405e1dca084bbcf05 /flang/lib/CMakeLists.txt
parentf2cb0a8015ed672fcd27569a5463f1303f2e163f (diff)
downloadllvm-9e26defed37507a39400ac1cff28d93d82c1ae78.zip
llvm-9e26defed37507a39400ac1cff28d93d82c1ae78.tar.gz
llvm-9e26defed37507a39400ac1cff28d93d82c1ae78.tar.bz2
[flang] Code snapshot
Original-commit: flang-compiler/f18@46923344ca8364685c09eb14935382d8989fa0ff Reviewed-on: https://github.com/flang-compiler/f18/pull/671 Tree-same-pre-rewrite: false
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
index 2c77e79..3083096 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -13,6 +13,7 @@
# limitations under the License.
add_subdirectory(common)
+add_subdirectory(decimal)
add_subdirectory(evaluate)
add_subdirectory(parser)
add_subdirectory(semantics)