Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
c44cf5a7
Commit
c44cf5a7
authored
Dec 10, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed extra space
parent
98ca01bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
110 additions
and
1 deletion
+110
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
out/build/x64-Debug/.cmake/api/v1/reply/index-2019-12-10T00-41-29-0476.json
...g/.cmake/api/v1/reply/index-2019-12-10T00-41-29-0476.json
+109
-0
No files found.
CMakeLists.txt
View file @
c44cf5a7
...
...
@@ -30,7 +30,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set
(
CMAKE_CXX_EXTENSIONS OFF
)
if
(
CMAKE_SYSTEM_NAME MATCHES
"CYGWIN"
)
set
(
CMAKE_CXX_EXTENSIONS
ON
)
set
(
CMAKE_CXX_EXTENSIONS ON
)
endif
()
...
...
out/build/x64-Debug/.cmake/api/v1/reply/index-2019-12-10T00-41-29-0476.json
0 → 100644
View file @
c44cf5a7
{
"cmake"
:
{
"generator"
:
{
"name"
:
"Ninja"
},
"paths"
:
{
"cmake"
:
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe"
,
"cpack"
:
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cpack.exe"
,
"ctest"
:
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest.exe"
,
"root"
:
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.14"
},
"version"
:
{
"isDirty"
:
false
,
"major"
:
3
,
"minor"
:
14
,
"patch"
:
19060802
,
"string"
:
"3.14.19060802-MSVC_2"
,
"suffix"
:
""
}
},
"objects"
:
[
{
"jsonFile"
:
"codemodel-v2-8659ce1306b63f468359.json"
,
"kind"
:
"codemodel"
,
"version"
:
{
"major"
:
2
,
"minor"
:
0
}
},
{
"jsonFile"
:
"cache-v2-d9117564e4566f11a654.json"
,
"kind"
:
"cache"
,
"version"
:
{
"major"
:
2
,
"minor"
:
0
}
},
{
"jsonFile"
:
"cmakeFiles-v1-5db72eed5d94afad5157.json"
,
"kind"
:
"cmakeFiles"
,
"version"
:
{
"major"
:
1
,
"minor"
:
0
}
}
],
"reply"
:
{
"client-MicrosoftVS"
:
{
"query.json"
:
{
"requests"
:
[
{
"kind"
:
"cache"
,
"version"
:
2
},
{
"kind"
:
"cmakeFiles"
,
"version"
:
1
},
{
"kind"
:
"codemodel"
,
"version"
:
2
}
],
"responses"
:
[
{
"jsonFile"
:
"cache-v2-d9117564e4566f11a654.json"
,
"kind"
:
"cache"
,
"version"
:
{
"major"
:
2
,
"minor"
:
0
}
},
{
"jsonFile"
:
"cmakeFiles-v1-5db72eed5d94afad5157.json"
,
"kind"
:
"cmakeFiles"
,
"version"
:
{
"major"
:
1
,
"minor"
:
0
}
},
{
"jsonFile"
:
"codemodel-v2-8659ce1306b63f468359.json"
,
"kind"
:
"codemodel"
,
"version"
:
{
"major"
:
2
,
"minor"
:
0
}
}
]
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment