mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
14 lines
256 B
CMake
14 lines
256 B
CMake
add_library(
|
|
patch
|
|
STATIC
|
|
include/patch/patch.h
|
|
include/patch/instructions.h
|
|
include/patch/util.h
|
|
src/patch.cpp
|
|
src/instructions.cpp
|
|
src/util.cpp
|
|
)
|
|
|
|
target_include_directories(patch PUBLIC include)
|
|
target_link_libraries(patch PRIVATE util)
|