mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
fcc4413386
Add explorer to build. Not enabled now, it links but executable is not valid. svn path=/branches/cmake-bringup/; revision=48887
10 lines
No EOL
271 B
CMake
10 lines
No EOL
271 B
CMake
add_definitions(-D_NOTIFYHOOK_IMPL)
|
|
|
|
add_library(notifyhook SHARED notifyhook.c ${CMAKE_CURRENT_SOURCE_DIR}/notifyhook.rc)
|
|
|
|
set_module_type(notifyhook win32dll)
|
|
|
|
target_link_libraries(notifyhook
|
|
${CMAKE_CURRENT_SOURCE_DIR}/notifyhook.def
|
|
-lkernel32
|
|
-luser32) |