mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
7 lines
229 B
Text
7 lines
229 B
Text
|
|
||
|
add_executable(mofcomp mofcomp.c)
|
||
|
target_link_libraries(mofcomp wine)
|
||
|
set_module_type(mofcomp win32cui UNICODE)
|
||
|
add_importlibs(mofcomp msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET mofcomp DESTINATION reactos/system32/wbem FOR all)
|