feat(build): add avcpp deps

This commit is contained in:
2025-11-23 19:57:29 +01:00
parent 6f3d503f74
commit bb29832f71
6 changed files with 114 additions and 3 deletions

3
app/mosh-me-2.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include <spdlog/spdlog.h>
int main() { spdlog::info("MM2"); }