ad94a20c5aaab6e802bd49a78cb733a8f6a9aa73
[reactos.git] / base / shell / explorer / notifyhook / CMakeLists.txt
1 add_definitions(-D_NOTIFYHOOK_IMPL)
2
3 add_library(notifyhook SHARED notifyhook.c ${CMAKE_CURRENT_SOURCE_DIR}/notifyhook.rc)
4
5 set_module_type(notifyhook win32dll)
6
7 target_link_libraries(notifyhook
8 ${CMAKE_CURRENT_SOURCE_DIR}/notifyhook.def
9 -lkernel32
10 -luser32)