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