mirror of
https://github.com/boostorg/format.git
synced 2026-01-23 17:42:21 +00:00
24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
subproject libs/format/example ;
|
|
|
|
exe sample_formats
|
|
: sample_formats.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe sample_advanced
|
|
: sample_advanced.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe sample_new_features
|
|
: sample_new_features.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe sample_userType
|
|
: sample_userType.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
|