]> Creatis software - cpPlugins.git/blob - cmake/Options.cmake
ab01d77fd3864c5673f516706a2da382b08c9114
[cpPlugins.git] / cmake / Options.cmake
1 ## ===============================
2 ## == Some configurable options ==
3 ## ===============================
4
5 SET(cpPlugins_NUMBER_OF_FILES "10" CACHE STRING "Number of compiled files.")
6 SET(
7   cpPlugins_INTEGER_TYPES
8   "char;short;int;long" CACHE STRING "Accepted integer types."
9   )
10 SET(
11   cpPlugins_REAL_TYPES
12   "float;double" CACHE STRING "Accepted real types."
13   )
14 SET(
15   cpPlugins_PROCESS_DIMENSIONS
16   "1;2;3;4" CACHE STRING "Accepted processing dimensions."
17   )
18 SET(
19   cpPlugins_VISUAL_DIMENSIONS
20   "2;3" CACHE STRING "Accepted visual dimensions."
21   )
22
23 ## eof - $RCSfile$