mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
OBJECT libraries: Properly recognize if sources depend on configuration
Fixes: #21198
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#if defined(_WIN32)
|
||||
# define EXPORT __declspec(dllexport)
|
||||
#else
|
||||
# define EXPORT
|
||||
#endif
|
||||
EXPORT void shared()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user