diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2022-12-08 12:41:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 12:41:39 +0100 |
| commit | 41461514d6f3ba59dc027dbc4a88c0ffb570ea49 (patch) | |
| tree | c3cffc17ce63e66f5fa2921e4804c396140a9791 /src/video_core/CMakeLists.txt | |
| parent | bfdd512787fa57e192de290c8e5b0427da106c2e (diff) | |
| parent | bf0b957c05013f33855e67c31a48e61b1e86d356 (diff) | |
Merge pull request #9401 from vonchenplus/draw_manager
video_core: Implement maxwell3d draw manager and split draw logic
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 5096d935e..06e44d5b5 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -33,6 +33,8 @@ add_library(video_core STATIC engines/sw_blitter/converter.cpp engines/sw_blitter/converter.h engines/const_buffer_info.h + engines/draw_manager.cpp + engines/draw_manager.h engines/engine_interface.h engines/engine_upload.cpp engines/engine_upload.h |
