aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-06-24 09:01:00 -0400
committerGitHub <noreply@github.com>2020-06-24 09:01:00 -0400
commit32343d820d4551153c76e76a3e310e4e3db692e7 (patch)
treee74fa2ee58d499c4beed826732a8b4574b9c2a03 /src/video_core/CMakeLists.txt
parentb66ccaa37615352a5a8b97e20ce6e6751d136b18 (diff)
parentf5e2aec4220ee2b72ec2986e0e60625897b2fd44 (diff)
Merge pull request #4046 from ogniK5377/macro-hle-prod
Add support for HLEing Macros
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 099bb446e..2dc752aa9 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -27,6 +27,8 @@ add_library(video_core STATIC
engines/shader_type.h
macro/macro.cpp
macro/macro.h
+ macro/macro_hle.cpp
+ macro/macro_hle.h
macro/macro_interpreter.cpp
macro/macro_interpreter.h
macro/macro_jit_x64.cpp