Merge topic 'fix-include_directories-whitespace-handling'

a97240b Tests/IncludeDirectories: Avoid shared library with no symbols
This commit is contained in:
Brad King 2013-05-24 09:19:08 -04:00 committed by CMake Topic Stage
commit 4ae24a105e
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
// No content
#ifdef _WIN32
__declspec(dllexport)
#endif
int empty() { return 0; }