summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-21 11:57:12 -0400
committerKen Martin <ken.martin@kitware.com>2002-08-21 11:57:12 -0400
commit34c7c1b78d347f30ecb5124db7f365ffb385b5a1 (patch)
tree0df921f74f1540b0b7471cfd34ba4426628e3e3e /Source/cmListFileCache.h
parent38dfd36fdaad9c7e3767189b23d74c4953614139 (diff)
downloadcmake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.tar.gz
made CMakeLib shared on windows
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index f2362dbb9d..bb5c2c490f 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -45,8 +45,8 @@ struct cmListFile
class cmListFileCache
{
public:
- static cmListFileCache* GetInstance();
- static void ClearCache();
+ static CM_EXPORT cmListFileCache* GetInstance();
+ static CM_EXPORT void ClearCache();
/** Return the cached version of the given file.