-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
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
Shared library fix #247
Shared library fix #247
Conversation
FYI, build & tests for Fedora in a mock are successful (see attached log) |
Looking very good Sergey. Thanks!
and in the sample apps, perhaps the following is simpler ... |
These overrides originally were in CMakeLists.txt, I did not touch these
The relative paths were used previously. I leaved them relative to make github workflow happy as we did not discuss this. Of course it's better to use |
* Disable unused-(function|result) warning for gcc targets * Fix some indentation in CMakeLists.txt
- Fix test in CMakeLists.txt for actual gcc use
Sergey. Looks good to me and is passing CI testing. |
Angus, I would prefer it first verified that VS project generation is functioning (I have no windows so I cant test the changes myself) Thank you |
I've just tested this with VS 2022 and everything compiles and runs without any problems. |
Then it is OK with me, I did everything I planned in order to package. |
I will do very soon. |
not a problem, you are the boss:) |
|
Angus, @lederernc, @reunanen and @damiandixon.
Please review this revised shared_library patch.
Please verify that VS project generation and using as a git submodule performs as expected.
Thank you,
Sergey