diff options
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 6a108b9..a1bc408 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -72,6 +72,8 @@ IF (WIN32) cmLocalVisualStudio6Generator.h cmGlobalVisualStudio7Generator.h cmLocalVisualStudio7Generator.h + cmWin32ProcessExecution.cxx + cmWin32ProcessExecution.h ) IF( NOT BORLAND ) LINK_LIBRARIES( rpcrt4.lib ) |