mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
9 lines
188 B
CMake
9 lines
188 B
CMake
project(fatfs VERSION 0.14.1) # R0.14b
|
|
|
|
add_library(fatfs
|
|
source/ff.c
|
|
source/ffunicode.c
|
|
source/ffsystem.c
|
|
)
|
|
target_include_directories(fatfs PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/source)
|