10 lines
201 B
CMake
10 lines
201 B
CMake
![]() |
add_library(nextpnr_frontend INTERFACE)
|
||
|
|
||
|
target_include_directories(nextpnr_frontend INTERFACE .)
|
||
|
|
||
|
target_sources(nextpnr_frontend PUBLIC
|
||
|
frontend_base.h
|
||
|
json_frontend.cc
|
||
|
json_frontend.h
|
||
|
)
|