summaryrefslogtreecommitdiff
path: root/src/fs/CMakeLists.txt
blob: 3ca33b8ecdc75e4e4f1339700156a644c41e39af (plain)
1
2
3
4
5
6
7
8
9
10
if(EXTFS_BUILD_STATIC)
  set(LIBRARY_TYPE "STATIC")
else()
  set(LIBRARY_TYPE "SHARED")
endif()

add_library(extfs
  ${LIBRARY_TYPE}
  extfs.cpp
  )