reactos/sdk/include/ndk/tests/CMakeLists.txt
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

18 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()