* The Shell.. for a long time we dreamed of having a compatible, properly working...
[reactos.git] / reactos / base / services / thmsvc / CMakeLists.txt
1
2 add_executable(thmsvc thmsvc.c thmsvc.rc)
3 target_link_libraries(thmsvc wine)
4 set_module_type(thmsvc win32cui UNICODE)
5 add_importlibs(thmsvc uxtheme advapi32 msvcrt kernel32 ntdll)
6 add_cd_file(TARGET thmsvc DESTINATION reactos/system32 FOR all)