Add island
This commit is contained in:
parent
188fed8910
commit
4ec6e3f606
5 changed files with 160 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ set(LIBRARY_OUTPUT_PATH ${SMP_LIB_OUTPUT_PATH})
|
|||
set (SMP_FILE
|
||||
thread.cpp
|
||||
MWModel.h
|
||||
scheduler.h)
|
||||
scheduler.h
|
||||
island.h)
|
||||
|
||||
add_library(smp STATIC ${SMP_FILE})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue