reactos/rostests/win32/kernel32/notificationtest/CMakeLists.txt

10 lines
333 B
CMake
Raw Normal View History

list(APPEND SOURCE
notificationtest.c)
add_executable(notificationtest ${SOURCE})
target_link_libraries(notificationtest wine ${PSEH_LIB})
set_module_type(notificationtest win32cui)
add_importlibs(notificationtest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
add_cd_file(TARGET notificationtest DESTINATION reactos/bin FOR all)