diff --git a/xzre_code/CMakeLists.txt b/xzre_code/CMakeLists.txt index 7392cd5..1ece792 100644 --- a/xzre_code/CMakeLists.txt +++ b/xzre_code/CMakeLists.txt @@ -15,6 +15,9 @@ add_library(xzre_code secret_data_get_decrypted.c sha256.c sshd_patch_variables.c + c_memmove.c + c_strlen.c + c_strnlen.c ) target_compile_options(xzre_code PRIVATE -Os -fomit-frame-pointer