Update build deps.

This commit is contained in:
Rene Rivera
2024-08-07 22:44:06 -05:00
parent 647e03e07e
commit 6081cec6ad
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
project : requirements <library>/boost/property_tree//boost_property_tree ;
exe custom_data_type : custom_data_type.cpp ;
exe debug_settings : debug_settings.cpp
/boost/foreach//boost_foreach ;

View File

@@ -14,6 +14,8 @@ import testing ;
project
: requirements
<library>/boost/property_tree//boost_property_tree
<link>static
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1