FIX: the ext4_block reference is freed before the EA data is put onto the acl block.
[lwext4.git] / blockdev / CMakeLists.txt
1 #Blockdev library\r
2 \r
3 if    (BLOCKDEV_TYPE STREQUAL  linux)\r
4 aux_source_directory(linux BLOCKDEV_SRC)\r
5 elseif    (BLOCKDEV_TYPE STREQUAL  windows)\r
6 aux_source_directory(windows BLOCKDEV_SRC)\r
7 elseif    (BLOCKDEV_TYPE STREQUAL  chibios)\r
8 aux_source_directory(chibios BLOCKDEV_SRC)\r
9 else()\r
10 endif()\r
11 \r
12 aux_source_directory(. BLOCKDEV_SRC)\r
13 \r
14 add_library(blockdev  ${BLOCKDEV_SRC})\r
15 \r