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

add_library(FileLogger MODULE
  FileLogger.cpp
)