CMakeLists.template 1.92 KB
Newer Older
1 2 3
cmake_minimum_required(VERSION 2.8)

set (  CMAKE_BUILD_TYPE "RelWithDebInfo" )
gauthier's avatar
gauthier committed
4
set (  ASN_DEBUG False)
5 6 7
set (  DEBUG_OMG False )
set (  DISABLE_XER_PRINT False )
set (  DRIVER2013 True )
8
set (  EMIT_ASN_DEBUG False )
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
set (  ENABLE_ITTI True )
set (  ENABLE_NAS_UE_LOGGING True )
set (  ENABLE_NEW_MULTICAST True )
set (  ENABLE_SECURITY True )
set (  ENABLE_STANDALONE_EPC False)
set (  ENABLE_USE_CPU_EXECUTION_TIME True )
set (  ENABLE_USE_MME True )
set (  ENABLE_USE_RAW_SOCKET_FOR_SGI True)
set (  ENABLE_VCD_FIFO False )
set (  ENB_MODE True )
set (  EXMIMO_IOT True )
set (  HARD_RT False )
set (  JUMBO_FRAME True )
set (  LARGE_SCALE False )
set (  LINK_ENB_PDCP_TO_GTPV1U True)
set (  LINUX_LIST False )
set (  LINUX True )
set (  LOCALIZATION False )
set (  LOG_NO_THREAD True )
laurent's avatar
laurent committed
28
set (  DEADLINE_SCHEDULER False )
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
set (  MAC_CONTEXT 1 )
set (  MAX_NUM_CCs 1 )
set (  MESSAGE_CHART_GENERATOR False)
set (  MIH_C_MEDIEVAL_EXTENSIONS False )
set (  MSG_PRINT False )
set (  MU_RECEIVER False )
set (  NAS_ADDRESS_FIX False )
set (  NAS_BUILT_IN_UE True)
set (  NAS_MME False )
set (  NAS_UE True )
set (  NB_ANTENNAS_RX "2" )
set (  NB_ANTENNAS_TX "2" )
set (  NB_ANTENNAS_TXRX "2" )
set (  NEW_FFT True )
set (  NO_RRM True )
set (  OAISIM False )
set (  OAI_NW_DRIVER_TYPE_ETHERNET False )
set (  OAI_NW_DRIVER_USE_NETLINK True )
gauthier's avatar
gauthier committed
47 48 49
set (  OPENAIR1 True )
set (  OPENAIR2 True )
set (  OPENAIR_LTE True )
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
set (  PACKAGE_NAME "epc_test" )
set (  PDCP_USE_NETLINK True )
set (  PC_DSP True )
set (  PC_TARGET True )
set (  PDCP_MSG_PRINT False )
set (  PERFECT_CE False )
set (  PHY_CONTEXT False )
set (  PHY_EMUL False )
set (  PHYSIM True )
set (  PUCCH True )
set (  RANDOM_BF False )
set (  RF_BOARD "False" )
set (  RLC_STOP_ON_LOST_PDU False )
set (  RRC_ASN1_VERSION "Rel10" )
set (  RRC_DEFAULT_RAB_IS_AM True)
set (  RRC_MSG_PRINT False )
set (  SECU False )
set (  SMBV False )
set (  TEST_OMG False )
set (  USE_MME "R10" )
70
set (  XER_PRINT True )