nextpnr/3rdparty/json11/CMakeLists.txt

6 lines
102 B
CMake

add_library(json11 STATIC
json11.cpp
json11.hpp
)
target_include_directories(json11 PUBLIC .)