summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Requests/CMakeLists.txt
blob: 9bb941fdb344440b55d856be230f855772314684 (plain)
1
2
3
4
5
include_directories(${INCLUDES})

add_library(DaemonRequests STATIC
  LogRequest.cpp
)