kicad/thirdparty/nlohmann_json/CMakeLists.txt

7 lines
207 B
CMake
Raw Normal View History

add_library( nlohmann_json INTERFACE )
target_include_directories( nlohmann_json INTERFACE include )
target_sources( nlohmann_json INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}/include/nlohmann/json.hpp
)