Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
c26e047223248dfa1d4bafe228437bc1397751a6
c26e047223248dfa1d4bafe228437bc1397751a6
Switch branch/tag
yaml-cpp
test
cmake
main.cpp
Find file
Normal view
History
Permalink
main.cpp
74 Bytes
Edit
Web IDE
Newer
Older
CMake: Fixes for generated config (#1212)
Pierre Wendling
committed
Oct 12, 2023
1
2
3
#include "yaml-cpp/yaml.h"
int
main
(
int
,
char
**
)
{
YAML
::
Parser
foo
{};
}