diff options
| author | 2024-01-19 00:56:43 -0500 | |
|---|---|---|
| committer | 2024-01-19 17:09:35 -0500 | |
| commit | ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69 (patch) | |
| tree | 552347f0f71c9341a139f929907fef9243c6e337 /src/frontend_common/CMakeLists.txt | |
| parent | Merge pull request #12713 from shinra-electric/mvk-127 (diff) | |
| download | yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.gz yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.xz yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.zip | |
frontend_common: Add content manager utility functions
Creates utility functions to remove/install DLC, updates, and base game content
Diffstat (limited to 'src/frontend_common/CMakeLists.txt')
| -rw-r--r-- | src/frontend_common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend_common/CMakeLists.txt b/src/frontend_common/CMakeLists.txt index 22e9337c4..94d8cc4c3 100644 --- a/src/frontend_common/CMakeLists.txt +++ b/src/frontend_common/CMakeLists.txt | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | add_library(frontend_common STATIC | 4 | add_library(frontend_common STATIC |
| 5 | config.cpp | 5 | config.cpp |
| 6 | config.h | 6 | config.h |
| 7 | content_manager.h | ||
| 7 | ) | 8 | ) |
| 8 | 9 | ||
| 9 | create_target_directory_groups(frontend_common) | 10 | create_target_directory_groups(frontend_common) |