* Revert r73869 because wmi was mentioned nowhere in CORE-9111, nor in our tree restr...
[reactos.git] / reactos / base / applications / cmdutils / mofcomp / CMakeLists.txt
1
2 add_executable(mofcomp mofcomp.c)
3 target_link_libraries(mofcomp wine)
4 set_module_type(mofcomp win32cui UNICODE)
5 add_importlibs(mofcomp msvcrt kernel32 ntdll)
6 add_cd_file(TARGET mofcomp DESTINATION reactos/system32/wbem FOR all)