add WITH_BOOST option to build with linked Boost

This commit is contained in:
Syping 2023-04-09 21:45:58 +02:00
parent 6e38894bcc
commit 7f7b202df9
3 changed files with 27 additions and 4 deletions

View file

@ -16,9 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#ifndef GTA5SYNC_BOOST
#include <boost/json/src.hpp>
#include <sstream>
#endif
#include "SnapmaticJson.h"
#include <sstream>
void serializer(std::ostream &os, const boost::json::value &jv, std::string *indent, bool do_indent)
{

@ -1 +1 @@
Subproject commit 933918454f16af118a3cb9e1359a00bca589d7e7
Subproject commit d8c0d7d47031c670443722db13e3c67c9c7f33a9