Files
json/test/cmake_target_include_directories/project/Bar.hpp
T

5 lines
75 B
C++

#include <nlohmann/json.hpp>
#include "Foo.hpp"
class Bar : public Foo{};