We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
included_test_exec_monitor
1 parent b2391bf commit 3c1008aCopy full SHA for 3c1008a
test/CMakeLists.txt
@@ -22,6 +22,9 @@ endif()
22
set(PREFIX "boost_sort_")
23
set(LINK_LIBRARIES Boost::sort Boost::included_test_exec_monitor)
24
25
+# Boost::included_test_exec_monitor is not yet recognized by the automatic scan
26
+# Boost-Include: Boost::test_exec_monitor
27
+
28
function(boost_sort_add_test name source)
29
set(pname "${PREFIX}${name}")
30
add_executable(${pname} ${source})
0 commit comments