I'm making a program using selenium in c++. I was wondering if it is possible to link the webdriver to the output executable, so I wouldn't have to store the webdriver executable separately from the project executable.
Specifically, I'd like to do this with geckodriver, but it is written in rust so I am not sure if it is possible. Also, I'd prefer to do the linking with cmake if it is possible.