mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
7 lines
229 B
CMake
7 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)
|