summaryrefslogtreecommitdiffstats
path: root/src/modules/StorageBackendFile/CMakeLists.txt
blob: f82ffd5dfc90c3917744369cbb13982e8fd6243c (plain)
1
2
3
4
5
6
7
include_directories(${INCLUDES})

mad_module(StorageBackendFile
  StorageBackendFile.cpp StorageBackendFile.h
  Module.cpp Module.h
)
mad_module_libraries(StorageBackendFile)