|
libclap 1.0.0
Command Line Argument Parser for C
|
Symbol export/import macros for libclap. More...

Go to the source code of this file.
Macros | |
| #define | CLAP_EXPORT |
| #define | CLAP_DEPRECATED(msg) |
Symbol export/import macros for libclap.
Following the same approach as curl's CURL_EXTERN:
CLAP_STATIC before including any libclap header (e.g. -DCLAP_STATIC or #define CLAP_STATIC). When using CMake, pass -DCLAP_STATIC via target_compile_definitions or add it to your project's compile flags. This is required on all platforms, but most important on Windows where the absence of CLAP_STATIC would cause the compiler to emit __declspec(dllimport) decorations that are incompatible with a static library. | #define CLAP_DEPRECATED | ( | msg | ) |
| #define CLAP_EXPORT |