Linux line-endings
[lwext4.git] / lwext4 / CMakeLists.txt
1
2 #LIBRARY
3 include_directories(.)
4 aux_source_directory(. LWEXT4_SRC)
5 add_library(lwext4  ${LWEXT4_SRC})
6 add_custom_target(lib_size ALL DEPENDS lwext4 COMMAND ${SIZE} liblwext4.a)
7
8