mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
6 lines
229 B
CMake
6 lines
229 B
CMake
|
|
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)
|