mirror of https://github.com/YosysHQ/nextpnr.git
6 lines
102 B
CMake
6 lines
102 B
CMake
|
|
add_library(json11 STATIC
|
||
|
|
json11.cpp
|
||
|
|
json11.hpp
|
||
|
|
)
|
||
|
|
target_include_directories(json11 PUBLIC .)
|