We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... and it would be great if this could be avoided. We need both gtest and clic.dlls in the folder where the executables are. Maybe, this is a hint to a solution: https://stackoverflow.com/questions/20433308/cmake-on-windows-doesnt-add-shared-library-paths-works-on-linux
Another, potentially un-clean version would be to copy the DLLs at the beginning of building tests: https://github.com/clEsperanto/CLIc/blob/master/tests/tier7/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
... and it would be great if this could be avoided. We need both gtest and clic.dlls in the folder where the executables are. Maybe, this is a hint to a solution: https://stackoverflow.com/questions/20433308/cmake-on-windows-doesnt-add-shared-library-paths-works-on-linux
Another, potentially un-clean version would be to copy the DLLs at the beginning of building tests: https://github.com/clEsperanto/CLIc/blob/master/tests/tier7/CMakeLists.txt
The text was updated successfully, but these errors were encountered: