Update CMakeLists.txt

This commit is contained in:
LoveSy 2022-02-19 17:21:03 +08:00
parent 9fb5c84544
commit 9ddc2709c0

View File

@ -7,6 +7,7 @@
#include <string>
#include <string_view>
#include <android/log.h>
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
TypeName(const TypeName &) = delete; \