mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
12 lines
144 B
CMake
12 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}
|
|
)
|