mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
21 lines
387 B
CMake
21 lines
387 B
CMake
add_library(
|
|
io
|
|
STATIC
|
|
include/io/device.h
|
|
include/io/filesystem.h
|
|
include/io/functions.h
|
|
include/io/io.h
|
|
include/io/state.h
|
|
include/io/types.h
|
|
include/io/util.h
|
|
include/io/vfs.h
|
|
include/io/VitaIoDevice.h
|
|
src/device.cpp
|
|
src/filesystem.cpp
|
|
src/io.cpp
|
|
src/state_functions.cpp
|
|
)
|
|
|
|
target_include_directories(io PUBLIC include)
|
|
target_link_libraries(io PUBLIC dirent rtc util)
|