mirror of
https://github.com/boostorg/spirit_x4.git
synced 2026-01-24 18:32:21 +00:00
* Migrate to Catch2 * Enable colors in Catch2 * CI: Cache Catch2 * Remove unused variable * Supply compiler flags to `Catch2WithMain` * CI: Fix Catch2 cache * Fix styling
23 lines
786 B
Plaintext
23 lines
786 B
Plaintext
#==============================================================================
|
|
# Copyright (c) 2001-2011 Joel de Guzman
|
|
# Copyright (c) 2001-2012 Hartmut Kaiser
|
|
# Copyright (c) 2011 Bryce Lelbach
|
|
# Copyright (c) 2025 Nana Sakisaka
|
|
#
|
|
# Use, modification and distribution is subject to the Boost Software
|
|
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
#==============================================================================
|
|
|
|
project
|
|
: requirements
|
|
<library>/boost/spirit_x4//boost_spirit_x4
|
|
<define>BOOST_SPIRIT_CI_IS_B2
|
|
<define>CATCH_CONFIG_FAST_COMPILE
|
|
<define>CATCH_CONFIG_NO_USE_BUILTIN_CONSTANT_P
|
|
<define>DO_NOT_USE_WMAIN
|
|
;
|
|
|
|
build-project x4 ;
|
|
|