1
2file(GLOB pifmgr_rc_deps "res/*.*" "res_alt/*.*")
3add_rc_deps(pifmgr.rc ${pifmgr_rc_deps})
4add_library(pifmgr MODULE pifmgr.rc)
5add_dependencies(pifmgr psdk)
6set_module_type(pifmgr module UNICODE)
7add_cd_file(TARGET pifmgr DESTINATION reactos/system32 FOR all)
8