mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
CMake: initial work
This commit is contained in:
parent
df3c62a4ed
commit
f51a2d793a
19 changed files with 430 additions and 0 deletions
13
frontends/ast/CMakeLists.txt
Normal file
13
frontends/ast/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
add_library(yosys_frontends_ast INTERFACE)
|
||||
|
||||
target_sources(yosys_frontends_ast INTERFACE
|
||||
ast_binding.cc
|
||||
ast_binding.h
|
||||
ast.cc
|
||||
ast.h
|
||||
dpicall.cc
|
||||
genrtlil.cc
|
||||
simplify.cc
|
||||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_frontends_ast)
|
Loading…
Add table
Add a link
Reference in a new issue