mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
- Fix MSVC 64 bit host-tools build svn path=/trunk/; revision=59536
This commit is contained in:
parent
d608c3cb52
commit
29cb1bacd5
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ if(NOT CMAKE_CROSSCOMPILING)
|
|||
|
||||
include_directories(include/host)
|
||||
|
||||
add_subdirectory(dll/win32/dbghelp)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(dll/win32/dbghelp)
|
||||
endif()
|
||||
add_subdirectory(tools)
|
||||
add_subdirectory(lib)
|
||||
|
||||
|
|
Loading…
Reference in a new issue