Files
Whindmar Saksit 96aa1eee17 [LNKTOOL][SHELL32] Add utility to create/dump .lnk files (#7745)
Unlike mkshelllink, this uses the native COM interface to create the link.
2025-03-15 16:31:22 +01:00

8 lines
279 B
CMake

add_executable(lnktool lnktool.cpp lnktool.rc)
set_module_type(lnktool win32cui UNICODE)
target_link_libraries(lnktool uuid)
add_importlibs(lnktool ole32 comctl32 shell32 shlwapi advapi32 user32 msvcrt kernel32)
add_cd_file(TARGET lnktool DESTINATION reactos/system32 FOR all)