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

5 lines
76 B
C++

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