mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[CMAKE]
* Improve this one while we're at it. svn path=/trunk/; revision=57211
This commit is contained in:
parent
cd70b62ce1
commit
9f7d0ac646
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ add_subdirectory(msvcrt)
|
|||
add_subdirectory(ntdll)
|
||||
add_subdirectory(powrprof)
|
||||
add_subdirectory(user32)
|
||||
if(NOT MSVC AND ARCH STREQUAL "i386")
|
||||
if((NOT MSVC) AND (ARCH STREQUAL "i386"))
|
||||
add_subdirectory(w32kdll)
|
||||
add_subdirectory(w32knapi)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue