dep/rcheevos: Update to 8a717b1
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
add_library(rcheevos
|
||||
include/rcheevos.h
|
||||
include/rc_api_editor.h
|
||||
include/rc_api_info.h
|
||||
include/rc_api_request.h
|
||||
include/rc_api_runtime.h
|
||||
include/rc_api_user.h
|
||||
include/rcheevos.h
|
||||
include/rc_client.h
|
||||
include/rc_consoles.h
|
||||
include/rc_error.h
|
||||
include/rc_hash.h
|
||||
@@ -18,7 +19,6 @@ add_library(rcheevos
|
||||
src/rapi/rc_api_runtime.c
|
||||
src/rapi/rc_api_user.c
|
||||
src/rcheevos/alloc.c
|
||||
src/rcheevos/compat.c
|
||||
src/rcheevos/condition.c
|
||||
src/rcheevos/condset.c
|
||||
src/rcheevos/consoleinfo.c
|
||||
@@ -26,14 +26,21 @@ add_library(rcheevos
|
||||
src/rcheevos/lboard.c
|
||||
src/rcheevos/memref.c
|
||||
src/rcheevos/operand.c
|
||||
src/rcheevos/rc_client.c
|
||||
src/rcheevos/rc_compat.h
|
||||
src/rcheevos/rc_internal.h
|
||||
src/rcheevos/rc_validate.c
|
||||
src/rcheevos/rc_validate.h
|
||||
src/rcheevos/richpresence.c
|
||||
src/rcheevos/runtime.c
|
||||
src/rcheevos/runtime_progress.c
|
||||
src/rcheevos/trigger.c
|
||||
src/rcheevos/value.c
|
||||
src/rc_client.c
|
||||
src/rc_client_internal.h
|
||||
src/rc_compat.c
|
||||
src/rc_compat.h
|
||||
src/rc_util.c
|
||||
src/rc_util.h
|
||||
src/rc_version.h
|
||||
src/rhash/cdreader.c
|
||||
src/rhash/hash.c
|
||||
src/rhash/md5.c
|
||||
@@ -43,5 +50,5 @@ add_library(rcheevos
|
||||
|
||||
target_include_directories(rcheevos PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_include_directories(rcheevos INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_compile_definitions(rcheevos PRIVATE "RC_DISABLE_LUA=1")
|
||||
target_compile_definitions(rcheevos PRIVATE "RC_DISABLE_LUA=1" "RCHEEVOS_URL_SSL=1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user