summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-12-16 03:28:42 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-12-16 03:28:42 +0000
commit48263bae23707b11cfdc89944233d03089a01f97 (patch)
tree90ea20374282646ed475570d9c2f753b769f4d90 /CMakeLists.txt
parent4eeebc464e1f968d9968a4786c82558f18ac2ed8 (diff)
CMake: Add runtime dir.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f6e811414..31c7f35329 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ endif ()
add_subdirectory(include)
add_subdirectory(lib)
add_subdirectory(tools)
+add_subdirectory(runtime)
# TODO: docs.
add_subdirectory(test)
-