feat: add shared library build and example application
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define LOGGER_API __declspec(dllexport)
|
||||
#else
|
||||
#define LOGGER_API __attribute__((visibility("default")))
|
||||
#endif
|
||||
Reference in New Issue
Block a user