aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorStephane Chauveau <stephane@chauveau-central.net>2018-02-19 14:28:12 +0100
committerStephane Chauveau <stephane@chauveau-central.net>2018-02-19 14:28:12 +0100
commit8f6f23fc54b3d6a88f3b9e7bed469710b1219bb8 (patch)
treebb483e02fbea67f3922ebae9861c5d636ba29ca2 /flang/lib/CMakeLists.txt
parent6ca3ca3c6ebae3012de2e5a41b0a827c96006a3f (diff)
downloadllvm-8f6f23fc54b3d6a88f3b9e7bed469710b1219bb8.zip
llvm-8f6f23fc54b3d6a88f3b9e7bed469710b1219bb8.tar.gz
llvm-8f6f23fc54b3d6a88f3b9e7bed469710b1219bb8.tar.bz2
[flang] Add simple recursive CMake directory structure
Original-commit: flang-compiler/f18@a021b2ca768c2b8c03d626739d0754ba99e463d2 Reviewed-on: https://github.com/flang-compiler/f18/pull/13 Tree-same-pre-rewrite: false
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
new file mode 100644
index 0000000..b856b35
--- /dev/null
+++ b/flang/lib/CMakeLists.txt
@@ -0,0 +1,3 @@
+
+add_subdirectory(parser)
+add_subdirectory(semantics)