nextpnr/json/CMakeLists.txt

9 lines
164 B
CMake
Raw Normal View History

add_library(nextpnr_json INTERFACE)
target_include_directories(nextpnr_json INTERFACE .)
target_sources(nextpnr_json INTERFACE
jsonwrite.cc
jsonwrite.h
)