ADD_EXECUTABLE(dynaweb dynaweb.cpp ${CMAKE_SOURCE_DIR}/include/CommandLineParser.hpp 
	${CMAKE_SOURCE_DIR}/include/LabelIndex.hpp ${CMAKE_SOURCE_DIR}/include/GSLContainerBinding.hpp 
	${CMAKE_SOURCE_DIR}/include/ParameterVector.hpp ${CMAKE_SOURCE_DIR}/include/InteractionMatrix.hpp 
	${CMAKE_SOURCE_DIR}/include/TrophicMatrix.hpp ${CMAKE_SOURCE_DIR}/src/TrophicMatrix.cpp 
	${CMAKE_SOURCE_DIR}/src/InteractionMatrix.cpp 
	${CMAKE_SOURCE_DIR}/include/NonTrophicMatrix.hpp
	${CMAKE_SOURCE_DIR}/include/RNGSingleton.hpp ${CMAKE_SOURCE_DIR}/src/RNGSingleton.cpp
	${CMAKE_SOURCE_DIR}/include/ODESolver.hpp ${CMAKE_SOURCE_DIR}/src/ODESolver.cpp)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
TARGET_LINK_LIBRARIES(dynaweb gsl gslcblas)