summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-21 15:57:12 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-21 15:57:12 (GMT)
commit34c7c1b78d347f30ecb5124db7f365ffb385b5a1 (patch)
tree0df921f74f1540b0b7471cfd34ba4426628e3e3e /Source/cmSystemTools.h
parent38dfd36fdaad9c7e3767189b23d74c4953614139 (diff)
downloadCMake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.zip
CMake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.tar.gz
CMake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.tar.bz2
made CMakeLib shared on windows
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 0ef9b6f..3740f17 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -27,7 +27,7 @@ class cmMakefile;
* cmSystemTools is a class that provides helper functions
* for the CMake build system.
*/
-class cmSystemTools
+class CM_EXPORT cmSystemTools
{
public:
/**