[CMAKE]
[reactos.git] / reactos / include / ndk / tests / CMakeLists.txt
1
2 if(ARCH STREQUAL "amd64")
3 add_library(ndk_tests
4 win2003_x64.c
5 winvista_x64.c
6 win7_x64.c)
7 else()
8 add_library(ndk_tests
9 win2003_x86.c
10 winvista_x86.c
11 win7_x86.c)
12 endif()