Color model

This commit is contained in:
James E McClure
2018-05-16 14:40:38 -04:00
parent f9a2bf6087
commit 1122400cac
3 changed files with 562 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ IF ( NOT ONLY_BUILD_DOCS )
ADD_PACKAGE_SUBDIRECTORY( analysis )
ADD_PACKAGE_SUBDIRECTORY( IO )
ADD_PACKAGE_SUBDIRECTORY( threadpool )
ADD_PACKAGE_SUBDIRECTORY( models )
IF ( USE_CUDA )
ADD_PACKAGE_SUBDIRECTORY( gpu )
ELSE()