Skip to content

Commit 11a7734

Browse files
authored
Merge pull request #3 from stlab/sean-parent/docs
Improving Docs
2 parents a1314d6 + afc6604 commit 11a7734

5 files changed

Lines changed: 228 additions & 133 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cSpell.words": [
3+
"dontinclude",
4+
"NOLINTNEXTLINE"
5+
]
6+
}

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ include(cmake/CPM.cmake)
88

99
# Fetch cpp-library via CPM
1010

11+
# https://github.com/stlab/cpp-library/releases
1112
# CPMAddPackage(
1213
# NAME cpp-library
1314
# URL "${CMAKE_SOURCE_DIR}/../cpp-library"
1415
# )
15-
# https://github.com/stlab/cpp-library/releases
16-
CPMAddPackage("gh:stlab/cpp-library@4.0.1")
16+
CPMAddPackage("gh:stlab/cpp-library@4.0.3")
1717
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
1818

1919
# Let cpp-library handle the project declaration and version detection

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"buildPresets": [
7474
{ "name": "default", "displayName": "Default Build", "configurePreset": "default" },
7575
{ "name": "test", "displayName": "Build Tests", "configurePreset": "test" },
76-
{ "name": "docs", "displayName": "Build Docs", "configurePreset": "docs", "targets": ["docs"] },
76+
{ "name": "docs", "displayName": "Build Docs", "configurePreset": "docs", "targets": "docs" },
7777
{ "name": "clang-tidy", "displayName": "Build with Clang-Tidy", "configurePreset": "clang-tidy" },
7878
{ "name": "init", "displayName": "Initialize Templates", "configurePreset": "init" }
7979
],

0 commit comments

Comments
 (0)