mirror of
https://github.com/reactos/CMake.git
synced 2025-02-03 10:31:55 +00:00
COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
This commit is contained in:
parent
b125a2ae7b
commit
c905bf9b13
@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@
|
||||
// forward declare the implementation class
|
||||
class SystemInformationImplementation;
|
||||
|
||||
class SystemInformation
|
||||
class @KWSYS_NAMESPACE@_EXPORT SystemInformation
|
||||
{
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user