Commit d93f6010 authored by Dominik Charousset's avatar Dominik Charousset

added dependency for distributed math example

parent 71367eeb
...@@ -248,6 +248,7 @@ add_dependencies(mailbox_performance libcppa) ...@@ -248,6 +248,7 @@ add_dependencies(mailbox_performance libcppa)
add_dependencies(mixed_case libcppa) add_dependencies(mixed_case libcppa)
add_dependencies(distributed libcppa) add_dependencies(distributed libcppa)
add_dependencies(matching libcppa) add_dependencies(matching libcppa)
add_dependencies(distributed_math_actor_example libcppa)
add_dependencies(test__atom libcppa) add_dependencies(test__atom libcppa)
add_dependencies(test__intrusive_containers libcppa) add_dependencies(test__intrusive_containers libcppa)
add_dependencies(test__local_group libcppa) add_dependencies(test__local_group libcppa)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment