mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
fdc327c252
Co-authored-by: Pablo Stebler <pablo@stebler.xyz>
13 lines
144 B
CMake
13 lines
144 B
CMake
add_library(FatFs STATIC
|
|
ff.c
|
|
ffunicode.c
|
|
diskio.h
|
|
ff.h
|
|
ffconf.h
|
|
)
|
|
|
|
target_include_directories(FatFs
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|