Add missing lib reference.

This commit is contained in:
Rene Rivera
2024-04-25 22:56:00 -05:00
parent 72652f7cde
commit 8e2a51e905
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ path-constant HERE : . ;
test-suite regex-examples :
[ regex-test-run timer/regex_timer.cpp : $(HERE)/timer/input_script.txt ]
[ regex-test-run timer/regex_timer.cpp /boost/smart_ptr//boost_smart_ptr : $(HERE)/timer/input_script.txt ]
[ regex-test-run grep/grep.cpp /boost/program_options//boost_program_options/<link>static : -n -b $(HERE)/../include/boost/regex.hpp : test_grep ]
[ regex-test-run snippets/credit_card_example.cpp ]
[ regex-test-run snippets/mfc_example.cpp ]