summaryrefslogtreecommitdiff
path: root/src/frontend_common/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-20 13:35:03 -0500
committerGitHub <noreply@github.com>2024-01-20 13:35:03 -0500
commit2faa63167682ca48e84310b8ee1be2edce031f1e (patch)
treeb0bac4ed76764636d4ae545d47c921da8522a4cf /src/frontend_common/CMakeLists.txt
parent5838779162897606a3525eb619379a56b2eec027 (diff)
parenta363fa78ef65ded9f85d8c16940f2fbdc66894e5 (diff)
Merge pull request #12715 from t895/remove-addons
android: Add uninstall addon button
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)