mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
9ef5a7eb7a
Also use clang as preprocessor when using it Also, use *our* headers instead of the platform ones
7 lines
262 B
CMake
7 lines
262 B
CMake
|
|
file(GLOB pifmgr_rc_deps "res/*.*" "res_alt/*.*")
|
|
add_rc_deps(pifmgr.rc ${pifmgr_rc_deps})
|
|
add_library(pifmgr MODULE pifmgr.rc)
|
|
add_dependencies(pifmgr psdk)
|
|
set_module_type(pifmgr module UNICODE)
|
|
add_cd_file(TARGET pifmgr DESTINATION reactos/system32 FOR all)
|