summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
blob: 35a3dbed71b864f57ef5232111157cccdb8ce133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
project (RoundTripServer) : strategies, ciao_component_dnc {
  after += Benchmark_svnt
  libs    += Benchmark_stub Benchmark_svnt
  libpaths += ..

 IDL_Files {
 }

 Source_Files {
    server.cpp
    LatencyTest.cpp
  }
}