ref: 88c5f9212e9eb13e9e17ae368762b40e7b8bbe7e
dir: /src/CMakeLists.txt/
#LIBRARY include_directories(.) aux_source_directory(. LWEXT4_SRC) add_library(lwext4 ${LWEXT4_SRC}) if (DEFINED SIZE) add_custom_target(lib_size ALL DEPENDS lwext4 COMMAND ${SIZE} liblwext4.a) else() endif()