mirror of
https://github.com/boostorg/mpl.git
synced 2026-01-27 17:32:20 +01:00
12 lines
223 B
Plaintext
Executable File
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 ;
|