Merge the following revisions from kernel-fun branch:
[reactos.git] / reactos / dll / win32 / iologmsg / CMakeLists.txt
1
2 include_directories(${REACTOS_BINARY_DIR}/include/reactos)
3 add_library(iologmsg SHARED iologmsg.rc)
4 set_module_type(iologmsg win32dll ENTRYPOINT 0 UNICODE)
5 add_dependencies(iologmsg ntiologc)
6 add_cd_file(TARGET iologmsg DESTINATION reactos/system32 FOR all)