* Sync with recent trunk (r52637).
[reactos.git] / base / shell / explorer / notifyhook / CMakeLists.txt
1
2 add_definitions(-D_NOTIFYHOOK_IMPL)
3
4 spec2def(notifyhook.dll notifyhook.spec)
5
6 list(APPEND SOURCE
7 notifyhook.c
8 notifyhook.rc
9 ${CMAKE_CURRENT_BINARY_DIR}/notifyhook.def)
10
11 add_library(notifyhook SHARED ${SOURCE})
12
13 set_module_type(notifyhook win32dll)
14
15 add_importlibs(notifyhook user32 msvcrt kernel32)
16 add_importlib_target(notifyhook.spec)
17 add_cd_file(TARGET notifyhook DESTINATION reactos/system32 FOR all)