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

add_library(FileLogger MODULE
  FileLogger.h
  Module.cpp Module.h
)