X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FOptions.cmake;h=c745a7be9b85576aad21a62d7d5eb9e1f539a90e;hb=db0a767418f78b371c1e4fb0db00e6b75df74ff3;hp=edd812663cbc30231a902277c3d2a46a5c879088;hpb=49d2d7db538d60008b9a5701ea8f26bb19997a82;p=cpPlugins.git diff --git a/cmake/Options.cmake b/cmake/Options.cmake index edd8126..c745a7b 100644 --- a/cmake/Options.cmake +++ b/cmake/Options.cmake @@ -3,6 +3,7 @@ ## =============================== SET(cpPlugins_CONFIG_NUMBER_OF_FILES "10" CACHE STRING "Number of compiled files.") +SET(cpPlugins_CONFIG_BOOLEAN_TYPES "bool" CACHE STRING "Accepted boolean types.") SET(cpPlugins_CONFIG_INTEGER_TYPES "char;short;int;long" CACHE STRING "Accepted integer types.") SET(cpPlugins_CONFIG_REAL_TYPES "float;double" CACHE STRING "Accepted real types.") SET(cpPlugins_CONFIG_PROCESS_DIMENSIONS "1;2;3;4" CACHE STRING "Accepted processing dimensions.") @@ -14,6 +15,7 @@ SET(cpPlugins_CONFIG_MATRICES "Matrix" CACHE STRING "Accepted matrices.") SET( _all_configs + cpPlugins_CONFIG_BOOLEAN_TYPES cpPlugins_CONFIG_INTEGER_TYPES cpPlugins_CONFIG_REAL_TYPES cpPlugins_CONFIG_PROCESS_DIMENSIONS