How to properly install a symbolic link for backwards compatibility?

I would make a symlink as part of the build with add_custom_command, use install(FILES), and add a deprecated IMPORTED executable target in your config files to represent it.

1 Like