mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +02:00
Initial commit - Jamfile for speed_test
This commit is contained in:
18
build/Jamfile.v2
Normal file
18
build/Jamfile.v2
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Build endian/test/speed_test.cpp
|
||||||
|
|
||||||
|
# Copyright Beman Dawes 2013
|
||||||
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
|
# See www.boost.org/LICENSE_1_0.txt
|
||||||
|
|
||||||
|
project
|
||||||
|
: source-location ../test : requirements
|
||||||
|
# <library>/boost/timer//boost_timer
|
||||||
|
# <toolset>msvc:<asynch-exceptions>on
|
||||||
|
;
|
||||||
|
|
||||||
|
SOURCES = speed_test ;
|
||||||
|
|
||||||
|
|
||||||
|
exe "speed_test"
|
||||||
|
: $(SOURCES).cpp ../../timer/build//boost_timer
|
||||||
|
;
|
Reference in New Issue
Block a user