Apply a custom script for MSVC to work around cmakes's WDK incompatibility.

svn path=/branches/cmake-bringup/; revision=49075
This commit is contained in:
Timo Kreuzer 2010-10-09 16:13:29 +00:00
parent 78306f6e03
commit 576f37ef4c
2 changed files with 318 additions and 0 deletions

7
PreLoad.cmake Normal file
View file

@ -0,0 +1,7 @@
#message("PreLoad.cmake ...")
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules" CACHE INTERNAL "")
#message("CMAKE_MODULE_PATH = ${CMAKE_MODULE_PATH}")