Sync with trunk r63343.
[reactos.git] / dll / win32 / iologmsg / CMakeLists.txt
1 include_directories(${REACTOS_BINARY_DIR}/include/reactos)
2 add_library(iologmsg SHARED iologmsg.rc)
3 set_module_type(iologmsg win32dll ENTRYPOINT 0 UNICODE)
4 add_dependencies(iologmsg ntiologc)
5 add_cd_file(TARGET iologmsg DESTINATION reactos/system32 FOR all)