This commit is contained in:
lenheart
2024-11-12 12:36:29 +08:00
parent bd365e4cd8
commit 59b0975bfb
138 changed files with 289 additions and 214 deletions

View File

@@ -42,6 +42,7 @@ set(LIB_SOURCE
# <20><><EFBFBD>Ӷ<EFBFBD>̬<EFBFBD><EFBFBD>ؼ<EFBFBD><D8BC><EFBFBD>Ϊshared
ADD_LIBRARY(hook_aurora SHARED ${DIR_ASMJIT_LIB_SRCS} ${LIB_SOURCE})
target_compile_options(hook_aurora PRIVATE -gsplit-dwarf)
# ָ<><D6B8><EFBFBD><EFBFBD>̬<EFBFBD><CCAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SET_TARGET_PROPERTIES(hook_aurora PROPERTIES OUTPUT_NAME "Aurora")
@@ -54,5 +55,6 @@ target_link_libraries(hook_aurora libstdc++.a -L/home/squirrel-master/squirrel-m
# VERSION:<3A><>̬<EFBFBD><CCAC><EFBFBD><E6B1BE>SOVERSION:API<50>
#SET_TARGET_PROPERTIES(hook_aurora PROPERTIES VERSION 0.1.1 SOVERSION 0)
# ָ<><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼
SET(LIBRARY_OUTPUT_PATH /dp_s/lib)