Add abstract ad boolean topologies
This commit is contained in:
parent
cf561b537a
commit
201fdc2c12
5 changed files with 203 additions and 1 deletions
|
|
@ -19,7 +19,11 @@ set (SMP_FILE
|
|||
thread.cpp
|
||||
MWModel.h
|
||||
scheduler.h
|
||||
island.h)
|
||||
island.h
|
||||
topology/abstractTopology.h
|
||||
topology/booleanTopology.h
|
||||
topology/topologyBuilder.h
|
||||
)
|
||||
|
||||
add_library(smp STATIC ${SMP_FILE})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue