mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
c0e495f046
* Addendum to r64795. * Also remove unneeded wine linking and ntdll importing. * Remove redundant defines. svn path=/trunk/; revision=64796
8 lines
143 B
CMake
8 lines
143 B
CMake
|
|
include(ntdll_crt_apitest.cmake)
|
|
include(msvcrt_crt_apitest.cmake)
|
|
|
|
if(NOT ARCH STREQUAL "amd64")
|
|
include(crtdll_crt_apitest.cmake)
|
|
endif()
|