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