diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-08-21 15:57:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-08-21 15:57:12 (GMT) |
commit | 34c7c1b78d347f30ecb5124db7f365ffb385b5a1 (patch) | |
tree | 0df921f74f1540b0b7471cfd34ba4426628e3e3e /Source/cmListFileCache.h | |
parent | 38dfd36fdaad9c7e3767189b23d74c4953614139 (diff) | |
download | CMake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.zip CMake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.tar.gz CMake-34c7c1b78d347f30ecb5124db7f365ffb385b5a1.tar.bz2 |
made CMakeLib shared on windows
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r-- | Source/cmListFileCache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index f2362db..bb5c2c4 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. |