reactos/include/ndk/tests/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

13 lines
192 B
CMake

if(ARCH STREQUAL "amd64")
add_library(ndk_tests
win2003_x64.c
winvista_x64.c
win7_x64.c)
else()
add_library(ndk_tests
win2003_x86.c
winvista_x86.c
win7_x86.c)
endif()