Files
swift-mirror/docs/tools/CMakeLists.txt
Dmitri Hrybenko 6670bb76ec Rewrite the CMake build system
Swift SVN r24124
2014-12-23 22:15:30 +00:00

10 lines
203 B
CMake

include(SwiftManpage)
manpage(
SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/swift.pod"
PAGE_HEADER "Swift Documentation"
MAN_FILE_BASENAME swift
MAN_SECTION 1
INSTALL_IN_COMPONENT compiler)