summaryrefslogtreecommitdiffstats
path: root/src/frontend_common/CMakeLists.txt
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2024-01-19 06:56:43 +0100
committert895 <clombardo169@gmail.com>2024-01-19 23:09:35 +0100
commitccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69 (patch)
tree552347f0f71c9341a139f929907fef9243c6e337 /src/frontend_common/CMakeLists.txt
parentMerge pull request #12713 from shinra-electric/mvk-127 (diff)
downloadyuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar
yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.gz
yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.bz2
yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.lz
yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.xz
yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.tar.zst
yuzu-ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69.zip
Diffstat (limited to 'src/frontend_common/CMakeLists.txt')
-rw-r--r--src/frontend_common/CMakeLists.txt1
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 @@
add_library(frontend_common STATIC
config.cpp
config.h
+ content_manager.h
)
create_target_directory_groups(frontend_common)