cmake: add support for static build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef IVY_COMMON_MISC_H_
|
||||
#define IVY_COMMON_MISC_H_
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && IVY_STATIC==0
|
||||
#ifdef IVY_EXPORT
|
||||
#define IVY_API extern __declspec(dllexport)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user