mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
core: fixed headers in CMakeLists
This commit is contained in:
parent
32c314c992
commit
420971a849
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,10 @@ set(HEADERS core.h
|
|||
hle/config_mem.h
|
||||
hle/coprocessor.h
|
||||
hle/hle.h
|
||||
hle/syscall.h
|
||||
hle/svc.h
|
||||
hle/kernel/kernel.h
|
||||
hle/kernel/mutex.h
|
||||
hle/kernel/thread.h
|
||||
hle/function_wrappers.h
|
||||
hle/service/apt.h
|
||||
hle/service/gsp.h
|
||||
|
|
Loading…
Reference in a new issue