xref: /reactos/sdk/include/ndk/tests/CMakeLists.txt (revision 595b846d)
1
2if(ARCH STREQUAL "amd64")
3add_library(ndk_tests
4    win2003_x64.c
5    winvista_x64.c
6    win7_x64.c
7    win8_x64.c
8    win81_x64.c
9    win10_x64.c)
10else()
11add_library(ndk_tests
12    win2003_x86.c
13    winvista_x86.c
14    win7_x86.c
15    win8_x86.c
16    win81_x86.c
17    win10_x86.c)
18endif()
19
20add_dependencies(ndk_tests xdk psdk bugcodes)
21