# This CMakeLists file will add the source files in this directory for compilation

# Add all the files in here (or the full path of the directory) into cache so that they can be added as include files for applications

SET( CBICA-TK_SOURCES 
  ${CMAKE_CURRENT_SOURCE_DIR}/cbicaUtilities.h
  ${CMAKE_CURRENT_SOURCE_DIR}/cbicaUtilities.cpp
  ${CMAKE_CURRENT_SOURCE_DIR}/cbicaDTIProcessingManager.h
  ${CMAKE_CURRENT_SOURCE_DIR}/cbicaDTIProcessingManager.cpp
  CACHE STRING "CBICA Toolkit sources"
)
