diff options
Diffstat (limited to 'clang-tools-extra/clang-doc/tool/CMakeLists.txt')
-rw-r--r-- | clang-tools-extra/clang-doc/tool/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-doc/tool/CMakeLists.txt b/clang-tools-extra/clang-doc/tool/CMakeLists.txt index 35f99ea08ea..45cdf43fced 100644 --- a/clang-tools-extra/clang-doc/tool/CMakeLists.txt +++ b/clang-tools-extra/clang-doc/tool/CMakeLists.txt @@ -14,4 +14,7 @@ target_link_libraries(clang-doc clangTooling clangToolingCore ) -
\ No newline at end of file + +install(FILES ../stylesheets/clang-doc-default-stylesheet.css + DESTINATION share/clang + COMPONENT clang-doc) |