- Merge the remaining portion of the wlan-bringup branch
[reactos.git] / reactos / dll / win32 / netevent / CMakeLists.txt
1
2 include_directories(${REACTOS_BINARY_DIR}/include/reactos)
3 add_library(netevent SHARED netevt.rc)
4 set_module_type(netevent win32dll ENTRYPOINT 0 UNICODE)
5 add_dependencies(netevent neteventmsg)
6 add_cd_file(TARGET netevent DESTINATION reactos/system32 FOR all)