summaryrefslogtreecommitdiffstats
path: root/lldb/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-05-28 03:47:34 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-05-28 03:47:34 +0000
commitf92c4a814a65838be223ad7f71719dfebbbcdba1 (patch)
tree9e9119e460dbbc045da895bba32df4438adeeac1 /lldb/CMakeLists.txt
parentd77e9d45659f73bbe6d1451d1c5a880b596e89f6 (diff)
downloadbcm5719-llvm-f92c4a814a65838be223ad7f71719dfebbbcdba1.tar.gz
bcm5719-llvm-f92c4a814a65838be223ad7f71719dfebbbcdba1.zip
Add CMake targets to build LLDB reference docs
- [ninja|make] lldb-cpp-doc builds the C++ API reference docs - [ninja|make] lldb-python-doc builds the python API reference docs - updated build page on website to include instructions to build docs Tested on Linux/Mac OS X llvm-svn: 182752
Diffstat (limited to 'lldb/CMakeLists.txt')
-rw-r--r--lldb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt
index 12179583057..93e7643e4d7 100644
--- a/lldb/CMakeLists.txt
+++ b/lldb/CMakeLists.txt
@@ -247,6 +247,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
endif()
#add_subdirectory(include)
+add_subdirectory(docs)
add_subdirectory(scripts)
add_subdirectory(source)
add_subdirectory(test)
OpenPOWER on IntegriCloud