diff options
| author | Liam <byteslice@airmail.cc> | 2023-01-01 18:34:38 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2023-06-03 00:05:28 -0700 |
| commit | f7a3f1ddf49a2471fd92ee92faea61880285b2d5 (patch) | |
| tree | e32ec870444e890b124a819b834a705620e123c1 /src/video_core/CMakeLists.txt | |
| parent | 7cdeaa90afc4e333af75262df1504aed05767509 (diff) | |
externals: add adrenotools for bcenabler
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 027259f57..05aa5cfe2 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -345,3 +345,7 @@ endif() if (YUZU_ENABLE_LTO) set_property(TARGET video_core PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) endif() + +if (ANDROID) + target_link_libraries(video_core PRIVATE adrenotools) +endif() |
