[SHELL32] SHChangeNotify: Add drive, remove drive (#6782)
[reactos.git] / sdk / 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 win8_x64.c
8 win81_x64.c
9 win10_x64.c)
10 elseif(ARCH STREQUAL "i386")
11 add_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)
18 endif()
19
20 if(TARGET ndk_tests)
21 add_dependencies(ndk_tests xdk psdk bugcodes)
22 endif()