mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
e564c595f2
* Addendum to the previous commit. svn path=/trunk/; revision=51382
16 lines
338 B
CMake
16 lines
338 B
CMake
|
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
set_rc_compiler()
|
|
|
|
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)
|