yaml-cpp/test/cmake/main.cpp
2023-09-25 13:41:32 +02:00

4 lines
74 B
C++

#include "yaml-cpp/yaml.h"
int main(int, char**) { YAML::Parser foo{}; }