13 Oct
2025
13 Oct
'25
7:33 a.m.
One thing I forgot to mention: when building with cmake, targets should also be generated for the example executables (either by default or by setting an appropriate option). This will make it easier for users to step through them in the debugger to learn how the library works.
Did you use -DBUILD_TESTING=ON? I am using Peter's boost_test_jamfile machinery within the library's test/CMakeLists.txt. Within Clion I see all the examples as targets this way. Matt