summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIF/Common/CIF_Common.mpc
blob: e7f74eccaaefec8fb048a23a213db321bb3e76f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project (CIF_Common) : ccm_configvalue, ciao_logger, naming, ciao_base {
  dynamicflags += CIF_COMMON_BUILD_DLL
  sharedname = CIF_Common
  includes += ..
  after += CIF_Component_stub CIAO_Base_stub
  libs += CIF_Component_stub CIAO_Base_stub
  libout = ../lib
  libpaths += ../lib

  IDL_Files {
  }
  Source_Files {
    CIF_Common.cpp
  }

  Header_Files {
    CIF_Common.h
  }
}