blob: f4d341922e11ad8d5b1ff3290256bee6a8acbe29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/app/rec/rec_server_core/CMakeLists.txt b/app/rec/rec_server_core/CMakeLists.txt
index bc280d2..22f3e1a 100644
--- a/app/rec/rec_server_core/CMakeLists.txt
+++ b/app/rec/rec_server_core/CMakeLists.txt
@@ -18,6 +18,7 @@
find_package(Threads REQUIRED)
find_package(Protobuf REQUIRED)
+find_package(asio REQUIRED)
find_package(spdlog REQUIRED)
find_package(fineftp REQUIRED)
find_package(tinyxml2 REQUIRED)
|