2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-23 15:52:15 +00:00
Files
log/config/message-compiler/Jamfile.jam
2014-01-19 18:46:09 +04:00

21 lines
552 B
Plaintext

#
# Copyright Andrey Semashev 2007 - 2014.
# Distributed under 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)
#
import project ;
using mc ;
project /boost/message-compiler
: source-location ../../src
: requirements
<pch>off
;
obj simple_event_log : simple_event_log.mc ;
# This test target verifies that Message Compiler (mc) is available and supported by the current toolset
alias test-availability : simple_event_log ;