mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
f5ce699517
- Add the apitests to build. - Improve some winetests. svn path=/trunk/; revision=50100
15 lines
276 B
CMake
15 lines
276 B
CMake
|
|
add_library(apitest apitest.c)
|
|
|
|
add_subdirectory(dciman32)
|
|
add_subdirectory(gdi32)
|
|
#add_subdirectory(ntdll) The asm file needs to be fixed.
|
|
add_subdirectory(user32)
|
|
|
|
if(ARCH MATCHES i386)
|
|
add_subdirectory(w32kdll)
|
|
add_subdirectory(w32knapi)
|
|
endif()
|
|
|
|
add_subdirectory(ws2_32)
|