mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@
|
||||
// forward declare the implementation class
|
||||
class SystemInformationImplementation;
|
||||
|
||||
class SystemInformation
|
||||
class @KWSYS_NAMESPACE@_EXPORT SystemInformation
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user