Add island

This commit is contained in:
quemy 2012-11-06 16:54:59 +01:00
commit 4ec6e3f606
5 changed files with 160 additions and 1 deletions

View file

@ -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})