mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
[CMAKE]
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:
parent
78306f6e03
commit
576f37ef4c
2 changed files with 318 additions and 0 deletions
7
PreLoad.cmake
Normal file
7
PreLoad.cmake
Normal 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}")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue