mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Unlike mkshelllink, this uses the native COM interface to create the link.
8 lines
279 B
CMake
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)
|