Use set_module_type() with module type == "module" instead of specifying that the...
[reactos.git] / reactos / subsystems / mvdm / pifmgr / CMakeLists.txt
1
2 file(GLOB pifmgr_rc_deps "res/*.*" "res_alt/*.*")
3 add_rc_deps(pifmgr.rc ${pifmgr_rc_deps})
4 add_library(pifmgr SHARED pifmgr.rc)
5 set_module_type(pifmgr module UNICODE)
6 add_cd_file(TARGET pifmgr DESTINATION reactos/system32 FOR all)