1
2add_executable(shlextdbg shlextdbg.cpp shlextdbg.rc)
3
4set_module_type(shlextdbg win32cui UNICODE)
5target_link_libraries(shlextdbg uuid cpprt atl_classes)
6add_importlibs(shlextdbg ole32 comctl32 shell32 user32 msvcrt kernel32)
7add_cd_file(TARGET shlextdbg DESTINATION reactos/system32 FOR all)
8