mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
CMake: refactor architecture-specific build system parts.
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
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ add_library(nextpnr_json INTERFACE)
|
||||
|
||||
target_include_directories(nextpnr_json INTERFACE .)
|
||||
|
||||
target_sources(nextpnr_json PUBLIC
|
||||
target_sources(nextpnr_json INTERFACE
|
||||
jsonwrite.cc
|
||||
jsonwrite.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user