json/tests/cmake_target_include_direct.../project/Bar.hpp

5 lines
75 B
C++
Raw Normal View History

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