include_directories(${CMAKE_SOURCE_DIR})

# Descend into the foraging_loop_functions directory
add_subdirectory(foraging_loop_functions)

# If Qt+OpenGL dependencies were found, descend into the
# trajectory_loop_functions directory
if(ARGOS_COMPILE_QTOPENGL)
  add_subdirectory(trajectory_loop_functions)
endif(ARGOS_COMPILE_QTOPENGL)

