What is the proper way to use boost_ut with a module?
#7419
Answered
by
waruqi
metrapoliten
asked this question in
Q&A
-
|
I want to use target("ut")
set_kind("static")
add_files("deps/ut/boost/ut.cppm", {public = true})
target("test")
set_kind("binary")
add_deps("mylib", "ut")
add_tests("default")
add_files("test/test.cc")
set_policy("build.c++.modules", true) |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Mar 25, 2026
Replies: 1 comment
-
|
you can improve this package. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
metrapoliten
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can improve this package.