You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Option to Build As Shared Library With Position Independent Code (#113)
* Initial solution, built on the previous solution. Tested on Windows.
* Updated comments, reintroduced previously removed code.
* Remove unnecessary comment.
* Move 'independent code' line above tinyxml2 code.
* Add default-build as 'release' if not specified.
* Update to use correct 'tinyxml2_SHARED_LIBS' tag.
* Updated CMakeList.txt files so that we can run tests when building as dynamic, also made tinyxml2 always build as static.
* Update Windows-specific linking to be less strict so that Clang has access to required code.
* Remove tinyxml2 block that should have been removed in merge.
* Github actions: Build shared and shared versioned (#119)
* Added cmake parameter qualisys_cpp_sdk_OUTPUT_TYPE
Replaced qualisys_cpp_sdk_BUILD_SHARED and qualisys_cpp_sdk_BUILD_SHARED_VERSIONED with qualisys_cpp_sdk_OUTPUT_TYPE
* Added output_type to build actions
* Add quotation marks for the sake of consistency.
* Remove if-win32 check, add check to library includes directly.
* Remove if-win32 check, add check to library includes directly.
---------
Co-authored-by: qjgn <45095781+qjgn@users.noreply.github.com>
0 commit comments