summaryrefslogtreecommitdiff
path: root/src/components/resumption/CMakeLists.txt
blob: 607912337ccb19b3047da6931b52de558048e902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories (
  ./include
  ../utils/include/
  ../config_profile/include/
  ${JSONCPP_INCLUDE_DIRECTORY}
  ${LOG4CXX_INCLUDE_DIRECTORY}
)

set (SOURCES
  ./src/last_state.cc
)

add_library("Resumption" ${SOURCES})