]> Creatis software - clitk.git/blob - cmake/gengetopt/ggo_options.h
Added FindGengetopt.cmake which compiles gengetopt if not installed.
[clitk.git] / cmake / gengetopt / ggo_options.h
1 #ifndef GGO_OPTIONS_H
2 #define GGO_OPTIONS_H
3
4 #include "ggos.h"
5
6 extern gengetopt_option_list gengetopt_options;
7
8 #define foropt for (gengetopt_option_list::iterator it = gengetopt_options.begin();             \
9                     it != gengetopt_options.end() && (opt = *it); \
10                     ++it)
11
12 #endif /* GGO_OPTIONS_H */