aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 676de5f..9b23ffd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -159,6 +159,8 @@ if(BUILD_BSA_FFI)
add_subdirectory(libs/bsa_ffi)
endif()
+add_subdirectory(libs/steam_appinfo_ffi)
+
if(BUILD_PLUGIN_PYTHON)
# If an explicit Python executable was provided (Docker/CI), use it directly.
# Otherwise, bootstrap a local venv with uv for source builds.