Use set_module_type() with module type == "module" instead of specifying that the...
[reactos.git] / reactos / dll / win32 / netevent / CMakeLists.txt
1
2 include_directories(${REACTOS_BINARY_DIR}/sdk/include/reactos)
3 add_library(netevent SHARED netevt.rc)
4 set_module_type(netevent module UNICODE)
5 add_dependencies(netevent neteventmsg)
6 add_cd_file(TARGET netevent DESTINATION reactos/system32 FOR all)