mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
6 lines
232 B
CMake
6 lines
232 B
CMake
|
|
file(GLOB pifmgr_rc_deps "res/*.*" "res_alt/*.*")
|
|
add_rc_deps(pifmgr.rc ${pifmgr_rc_deps})
|
|
add_library(pifmgr SHARED pifmgr.rc)
|
|
set_module_type(pifmgr module UNICODE)
|
|
add_cd_file(TARGET pifmgr DESTINATION reactos/system32 FOR all)
|