shithub: lwext4

ref: c9e58fcc9ee0038c4ad97eb56f655b9e283bec7c
dir: /lwext4/CMakeLists.txt/

View raw version

#LIBRARY
include_directories(.)
aux_source_directory(. LWEXT4_SRC)
add_library(lwext4  ${LWEXT4_SRC})
add_custom_target(lib_size ALL DEPENDS lwext4 COMMAND ${SIZE} liblwext4.a)