json/test/cmake_target_include_directories/project/Bar.hpp
2020-07-22 12:03:37 +02:00

5 lines
75 B
C++

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