summaryrefslogtreecommitdiff
path: root/TAO/tests/Stack_Recursion/Stack_Recursion.mpc
blob: d96e5e4b220d9b0ce7d68a9a16acef93b57551f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*Server): taoserver {
  Source_Files {
    TestC.cpp
    TestS.cpp
    server.cpp
    Server_Task.cpp
    Sender.cpp
  }
}

project(*Client): taoclient {
  Source_Files {
    TestC.cpp
    client.cpp
    Client_Task.cpp
  }
}