Browse Source

Add KCodeMemory to CMakeLists.txt

pull/15/merge
itsmeft24 4 years ago
committed by GitHub
parent
commit
36350d3f78
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/CMakeLists.txt

2
src/core/CMakeLists.txt

@ -179,6 +179,8 @@ add_library(core STATIC
hle/kernel/k_client_port.h
hle/kernel/k_client_session.cpp
hle/kernel/k_client_session.h
hle/kernel/k_code_memory.cpp
hle/kernel/k_code_memory.h
hle/kernel/k_condition_variable.cpp
hle/kernel/k_condition_variable.h
hle/kernel/k_event.cpp

Loading…
Cancel
Save