[Mammoth] Move remaining classes to a shared folder.
This commit is contained in:
parent
c42fb858ba
commit
5f8d577948
39 changed files with 55 additions and 56 deletions
|
|
@ -6,12 +6,12 @@ add_library(mammoth STATIC
|
|||
ipc/port_server.cpp
|
||||
proc/process.cpp
|
||||
proc/thread.cpp
|
||||
src/debug.cpp
|
||||
src/init.cpp
|
||||
src/memory_region.cpp
|
||||
src/new.cpp
|
||||
sync/mutex.cpp
|
||||
sync/semaphore.cpp
|
||||
util/debug.cpp
|
||||
util/init.cpp
|
||||
util/memory_region.cpp
|
||||
util/new.cpp
|
||||
)
|
||||
|
||||
target_include_directories(mammoth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue