Skip to content
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

How to use CMakeList.txt form boostdep? #71

Open
seintcat opened this issue Aug 19, 2024 · 0 comments
Open

How to use CMakeList.txt form boostdep? #71

seintcat opened this issue Aug 19, 2024 · 0 comments

Comments

@seintcat
Copy link

I'm looking proper way to apply library in my project with assets that require some Boost module.

Asset using some modules in CMakeList.txt
target_link_libraries(someAsset
INTERFACE
Boost::iostreams
Boost::~~
)

CMake after version 3.30, find_package not working, so I tried boostdep, and get some content of CMakeList.txt
Result contains CMAKE_MODULE_PATH, so it seems to be in cloned repository but where can I paste file?
I can't find any notice about purpose path or auto generating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant