~aleteoryx/muditaos

ref: 6f05514068f3a1cd70d535da1407a1fd12650b82 muditaos/third-party/fatfs/CMakeLists.txt -rw-r--r-- 275 bytes
6f055140 — Wojtek Cichoń [EGD-7462] Fixed wording and more 4 years 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>
)