mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
8 lines
198 B
CMake
8 lines
198 B
CMake
|
|
set_rc_compiler()
|
|
|
|
add_library(tapiui SHARED tapiui.rc)
|
|
set_module_type(tapiui win32dll ENTRYPOINT 0 )
|
|
add_dependencies(tapiui psdk)
|
|
add_cd_file(TARGET tapiui DESTINATION reactos/system32 FOR all)
|