Conversation
- Updated bin/CMakeLists.txt to include Boost as a required package and link it with the project. - Modified lib/CMakeLists.txt to add a subdirectory for Boost. - Created a new lib/boost/CMakeLists.txt file to handle Boost installation and configuration, including downloading and building Boost if not found.
- Changed project name from QtCMake to QtBoostCMake. - Updated description to include Boost and Google Tests as part of the project. - Added references to the new Boost and Google Tests CMake configuration files.
- Added Boost.Filesystem header to main.cpp. - Implemented functionality to display the current working directory using Boost.Filesystem.
- Changed the CI workflow to install Boost along with Qt dependencies. - Updated the installation step to reflect the new package requirements for Boost.
- Added the `--layout=versioned` option to the Boost configuration in CMakeLists.txt to ensure proper linking and compatibility.
- Added a check in bin/CMakeLists.txt to set Boost_ROOT from the BOOSTROOT environment variable if not already defined. - Corrected the setting of the BOOSTROOT environment variable in lib/boost/CMakeLists.txt to ensure proper usage.
- Changed project name from QtCMake to QtBoostCMake in CMakeLists.txt. - Updated project version to 1.0.0 and modified description to include Boost. - Adjusted CMake debug flags for better performance. - Updated CI workflow to reflect project name changes in build and test targets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.