mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
* feat: poc patch loading * fix: remove some logging, tweak filename requirements * fix: clang format * fix: loop -> memcpy * fix: patching the wrong file * fix: patch path in shared path on linux * fix: newline * fix: change to txt * fix: explicit std * fix: conditionally load patches * fix: stroull -> stoull
9 lines
164 B
CMake
9 lines
164 B
CMake
add_library(
|
|
patch
|
|
STATIC
|
|
include/patch/patch.h
|
|
src/patch.cpp
|
|
)
|
|
|
|
target_include_directories(patch PUBLIC include)
|
|
target_link_libraries(patch PRIVATE util)
|