Fix assertion fault when disk space is full.
[lwext4.git] / src / 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()