aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorStephane Chauveau <stephane@chauveau-central.net>2018-02-08 14:33:30 +0100
committerGitHub <noreply@github.com>2018-02-09 10:09:20 +0100
commitc27603ec9cbc6ff5475a2e392937bb5cbb456d70 (patch)
tree0f4044c3a7e19730b8e8901f83fac27fd283cbc8 /flang/lib/CMakeLists.txt
parentc0d92ef56616f395bec937703de9d8c1d25542a1 (diff)
downloadllvm-c27603ec9cbc6ff5475a2e392937bb5cbb456d70.zip
llvm-c27603ec9cbc6ff5475a2e392937bb5cbb456d70.tar.gz
llvm-c27603ec9cbc6ff5475a2e392937bb5cbb456d70.tar.bz2
[flang] Add new global CMakefile infrastructure with examples
Original-commit: flang-compiler/f18@81b91f327052cd0596e96af9c33b2d0e221d10f5 Reviewed-on: https://github.com/flang-compiler/f18/pull/6 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
new file mode 100644
index 0000000..39e3698
--- /dev/null
+++ b/flang/lib/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(Basic)