
Two user-visible changes were made: * `-DUSE_RUST` is replaced with `-DBUILD_RUST`, by analogy with `-DBUILD_PYTHON` * `-DCOVERAGE` was removed as it doesn't work with either modern GCC or Clang
9 lines
164 B
CMake
9 lines
164 B
CMake
add_library(nextpnr_json INTERFACE)
|
|
|
|
target_include_directories(nextpnr_json INTERFACE .)
|
|
|
|
target_sources(nextpnr_json INTERFACE
|
|
jsonwrite.cc
|
|
jsonwrite.h
|
|
)
|