diff options
| author | bunnei <bunneidev@gmail.com> | 2020-04-10 20:06:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 20:06:55 -0400 |
| commit | 51c6688e214a9bdcf335fb0598dc7e5bc194f8f6 (patch) | |
| tree | 37ef2214634c2423ca617e9e22a2c9d57693ed86 /src/common/CMakeLists.txt | |
| parent | 8adf66f9fd3f056f1b217c63fc2d33f025c4a870 (diff) | |
| parent | bf1d66b7c074c02aa8148f2edbdc959082c229e1 (diff) | |
Merge pull request #3594 from ReinUsesLisp/vk-instance
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index fbebed715..eeceaa655 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -106,6 +106,8 @@ add_library(common STATIC common_funcs.h common_paths.h common_types.h + dynamic_library.cpp + dynamic_library.h file_util.cpp file_util.h hash.h |
