mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update CMake documentation (3.6.0, 3.5.2)
This commit is contained in:
parent
aa0ba9a339
commit
d99d2b3ff3
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ module Docs
|
|||
Licensed under the BSD 3-clause License.
|
||||
HTML
|
||||
|
||||
version '3.6' do
|
||||
self.release = '3.6.0'
|
||||
self.base_url = 'https://cmake.org/cmake/help/v3.6/'
|
||||
end
|
||||
|
||||
version '3.5' do
|
||||
self.release = '3.5.2'
|
||||
self.base_url = 'https://cmake.org/cmake/help/v3.5/'
|
||||
|
|
Loading…
Reference in a new issue