diff options
author | Brad King <brad.king@kitware.com> | 2002-09-10 19:46:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-09-10 19:46:49 (GMT) |
commit | 820088cefc2831a887c141dc4daf6dd758c4c365 (patch) | |
tree | 5a65c177bbc95c43dc6ef55844dc3b283adc3ad4 /Source/CMakeLists.txt | |
parent | de48dbbf7cb77315645566f14bed088d44585546 (diff) | |
download | CMake-820088cefc2831a887c141dc4daf6dd758c4c365.zip CMake-820088cefc2831a887c141dc4daf6dd758c4c365.tar.gz CMake-820088cefc2831a887c141dc4daf6dd758c4c365.tar.bz2 |
ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index e0dc7e4..06bd3b6 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -10,6 +10,7 @@ cmSourceFile.cxx cmSystemTools.cxx cmDirectory.cxx cmDynamicLoader.cxx +cmDynamicLoaderC.c cmCommands.cxx cmTarget.cxx cmCustomCommand.cxx |