reactos/modules/rostests/apitests/ntdll/load_notifications/CMakeLists.txt
2018-08-13 13:24:12 +02:00

7 lines
265 B
CMake

add_library(load_notifications SHARED load_notifications.c)
set_module_type(load_notifications win32dll ENTRYPOINT DllMain 12)
add_importlibs(load_notifications kernel32 ntdll)
add_dependencies(load_notifications psdk)
add_rostests_file(TARGET load_notifications)