|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
This file defines the configuration settings for the oxy-sync-directory library. More...
Macros | |
| #define | OXY_DIRECTORY_API BOOST_SYMBOL_IMPORT |
| #define | OXY_DYN_LINK |
| #define | OXY_LIB_NAME oxy-sync-directory |
This file defines the configuration settings for the oxy-sync-directory library.
The configuration settings include the OXY_DIRECTORY_API macro for symbol visibility, and the automatic linking settings for the library. The OXY_DIRECTORY_API macro is used to handle symbol visibility for shared library builds, ensuring that the interfaces are correctly exported or imported depending on the build context. The automatic linking settings allow for easy linking of the correct build variant of the library, reducing the need for manual configuration in the build system.