include_directories(${ANOMALYDETECTION_SOURCE_DIR}/clustering /home/andreasl/libflowmanager /home/andreasl/include ${ANOMALYDETECTION_SOURCE_DIR}/timeseries)


link_directories (${ANOMALYDETECTION_BINARY_DIR}/clustering /home/andreasl/libflowmanager /home/andreasl/lib ${ANOMALYDETECTION_BINARY_DIR}/timeseries)


add_executable(lofNetWorkInterruption flowcount.cpp)

add_executable(lofclustering csvlofing.cpp)

add_executable(csvreader csvreader.cpp)

add_executable(forecastplotter forecaster.cpp)

add_executable(aggregator aggregated.cc)

target_link_libraries(aggregator trace flowmanager)

target_link_libraries(lofNetWorkInterruption cluster trace flowmanager)

target_link_libraries(lofclustering cluster trace flowmanager)

target_link_libraries(csvreader errormeasures timeseriesforecast
detectors gslcblas gsl traceannotation)

target_link_libraries(forecastplotter errormeasures timeseriesforecast detectors gslcblas gsl)
