Skip to content

Commit

Permalink
[CMake] Update generated Xcode project to contain all docs/.
Browse files Browse the repository at this point in the history
...and to not hardcode docs/LangRef.html, which got archived. (Thanks, Xi.)
  • Loading branch information
jrose-apple committed Nov 6, 2015
1 parent dae482e commit b5d6274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,7 @@ if(XCODE)
add_custom_target(Documentation
SOURCES
README.md
docs/archive/LangRef.html
docs/toc.js)
docs)

file(GLOB SWIFT_TOPLEVEL_HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/include/swift${dir}/*.h
Expand Down

0 comments on commit b5d6274

Please sign in to comment.