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
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.