Files
boost_mpl/example/Jamfile
T
2005-02-25 19:37:28 +00:00

12 lines
223 B
Plaintext
Executable File

subproject libs/mpl/example ;
# bring in rules for testing
import testing ;
run fsm/player.cpp ;
run fsm/player2.cpp ;
run inherit_linearly.cpp ;
run inherit_multiply.cpp ;
run tuple_from_list.cpp ;
compile integer.cpp ;