reactos/sdk/include/ndk/tests/CMakeLists.txt
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

19 lines
286 B
CMake

if(ARCH STREQUAL "amd64")
add_library(ndk_tests
win2003_x64.c
winvista_x64.c
win7_x64.c
win8_x64.c
win81_x64.c
win10_x64.c)
else()
add_library(ndk_tests
win2003_x86.c
winvista_x86.c
win7_x86.c
win8_x86.c
win81_x86.c
win10_x86.c)
endif()