reactos/dll/win32/iologmsg/CMakeLists.txt
Amine Khaldi 609ba8d717 * Sync up to trunk head (r64829).
svn path=/branches/shell-experiments/; revision=64830
2014-10-19 18:45:40 +00:00

7 lines
259 B
CMake

include_directories(${REACTOS_BINARY_DIR}/include/reactos)
add_library(iologmsg SHARED iologmsg.rc)
set_module_type(iologmsg win32dll ENTRYPOINT 0 UNICODE)
add_dependencies(iologmsg ntiologc)
add_cd_file(TARGET iologmsg DESTINATION reactos/system32 FOR all)