[REACTOS]
[reactos.git] / reactos / base / services / thmsvc / CMakeLists.txt
1
2 add_executable(thmsvc thmsvc.c thmsvc.rc)
3
4 target_link_libraries(thmsvc wine)
5
6 set_module_type(thmsvc win32cui UNICODE)
7 add_importlibs(thmsvc uxtheme advapi32 msvcrt kernel32 ntdll)
8 add_cd_file(TARGET thmsvc DESTINATION reactos/system32 FOR all)