~aleteoryx/muditaos

ref: df12fbaa95eb446fe3df67782f369457e13ef9dc muditaos/third-party/fatfs/CMakeLists.txt -rw-r--r-- 275 bytes
df12fbaa — Maciej Gibowicz [BH-2099] Add synchronization of custom quotes with Center 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
add_library(fatfs INTERFACE)
add_library(fatfs::fatfs ALIAS fatfs)
target_sources(fatfs
    INTERFACE
        src/source/ff.c
        src/source/ffunicode.c
)
target_include_directories(fatfs
    INTERFACE 
        $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src/source>
)