mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
f5ce699517
- Add the apitests to build. - Improve some winetests. svn path=/trunk/; revision=50100
14 lines
319 B
CMake
14 lines
319 B
CMake
|
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
list(APPEND SOURCE
|
|
osver.c
|
|
testlist.c
|
|
w32knapi.c
|
|
w32knapi.rc)
|
|
|
|
add_executable(w32knapi ${SOURCE})
|
|
target_link_libraries(w32knapi apitest)
|
|
set_module_type(w32knapi win32cui)
|
|
add_importlibs(w32knapi w32kdll_ros gdi32 user32 shell32 advapi32 msvcrt kernel32 ntdll)
|