bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11)
[lwext4.git] / lwext4 / CMakeLists.txt
1
2 #LIBRARY
3 include_directories(.)
4 aux_source_directory(. LWEXT4_SRC)
5 add_library(lwext4  ${LWEXT4_SRC})
6 if  (DEFINED SIZE)
7     add_custom_target(lib_size ALL DEPENDS lwext4 COMMAND ${SIZE} liblwext4.a)
8 else()
9
10 endif()