ref: 88c5f9212e9eb13e9e17ae368762b40e7b8bbe7e
dir: /blockdev/CMakeLists.txt/
#Blockdev library if (BLOCKDEV_TYPE STREQUAL linux) aux_source_directory(linux BLOCKDEV_SRC) elseif (BLOCKDEV_TYPE STREQUAL windows) aux_source_directory(windows BLOCKDEV_SRC) else() endif() aux_source_directory(. BLOCKDEV_SRC) add_library(blockdev ${BLOCKDEV_SRC})