mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
5 lines
179 B
CMake
5 lines
179 B
CMake
|
|
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)
|