summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Lookup/lookup_test.mpc
blob: ddb787e8507e11579ad7aadf9545999d61cc4508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project(LookupTest_stub): ccm_stub {
  sharedname = LookupTest_stub

  IDL_Files {
    lookup_test.idl
  }

  Source_Files {
    lookup_testC.cpp
  }

  Header_Files {
    lookup_testC.h
  }
}