CMakeLists.template 2.17 KB
Newer Older
thomasl's avatar
thomasl committed
1 2
cmake_minimum_required(VERSION 2.8)

thomasl's avatar
thomasl committed
3 4 5 6 7 8 9 10
set (  CMAKE_BUILD_TYPE "RelWithDebInfo" )
set (  ADDR_CONF False )
set (  DEBUG_OMG False )
set (  DISABLE_XER_PRINT False )
set (  DRIVER2013 True )
set (  EMOS False )
set (  ENABLE_FXP True )
set (  ENABLE_ITTI True )
11
set (  ENABLE_NAS_UE_LOGGING True )
thomasl's avatar
thomasl committed
12 13 14 15
set (  ENABLE_NEW_MULTICAST True )
set (  ENABLE_PGM_TRANSPORT True )
set (  ENABLE_RAL False )
set (  ENABLE_SECURITY True )
thomasl's avatar
thomasl committed
16
set (  ENABLE_STANDALONE_EPC False)
thomasl's avatar
thomasl committed
17
set (  ENABLE_USE_CPU_EXECUTION_TIME True )
18
set (  ENABLE_USE_MME True )
thomasl's avatar
thomasl committed
19
set (  ENABLE_USE_RAW_SOCKET_FOR_SGI True)
Lionel Gauthier's avatar
Lionel Gauthier committed
20
set (  ENABLE_VCD_FIFO False )
Lionel Gauthier's avatar
sync  
Lionel Gauthier committed
21
set (  ENB_MODE True )
thomasl's avatar
thomasl committed
22 23 24 25
set (  EXMIMO_IOT True )
set (  HARD_RT False )
set (  JUMBO_FRAME True )
set (  LARGE_SCALE False )
26
set (  LINK_ENB_PDCP_TO_GTPV1U True)
thomasl's avatar
thomasl committed
27 28 29
set (  LINUX_LIST False )
set (  LINUX True )
set (  LOCALIZATION False )
Lionel Gauthier's avatar
Lionel Gauthier committed
30
set (  LOG_NO_THREAD True )
laurent's avatar
laurent committed
31
set (  DEADLINE_SCHEDULER False )
thomasl's avatar
thomasl committed
32 33
set (  MAC_CONTEXT 1 )
set (  MAX_NUM_CCs 1 )
34
set (  MESSAGE_CHART_GENERATOR False)
Lionel Gauthier's avatar
sync  
Lionel Gauthier committed
35
set (  MIH_C_MEDIEVAL_EXTENSIONS False )
thomasl's avatar
thomasl committed
36 37 38
set (  MSG_PRINT False )
set (  MU_RECEIVER False )
set (  NAS_ADDRESS_FIX False )
39
set (  NAS_BUILT_IN_UE True)
thomasl's avatar
thomasl committed
40
set (  NAS_MME False )
41
set (  NAS_UE True )
thomasl's avatar
thomasl committed
42 43 44 45 46 47 48
set (  NB_ANTENNAS_RX "2" )
set (  NB_ANTENNAS_TX "2" )
set (  NB_ANTENNAS_TXRX "2" )
set (  NEW_FFT True )
set (  NO_RRM True )
set (  OAI_EMU True )
set (  OAISIM True )
49
set (  OAI_NW_DRIVER_TYPE_ETHERNET False )
50
set (  OAI_NW_DRIVER_USE_NETLINK True )
thomasl's avatar
thomasl committed
51 52 53 54 55
set (  OPENAIR1 True )
set (  OPENAIR2 True )
set (  OPENAIR_LTE True )
set (  PACKAGE_NAME "oaisim" )
set (  PBS_SIM False )
thomasl's avatar
thomasl committed
56
set (  PDCP_USE_NETLINK True )
thomasl's avatar
thomasl committed
57 58 59 60
set (  PC_DSP True )
set (  PC_TARGET True )
set (  PDCP_MSG_PRINT False )
set (  PERFECT_CE False )
thomasl's avatar
thomasl committed
61
set (  PHY_ABSTRACTION True )
thomasl's avatar
thomasl committed
62 63 64 65 66 67 68
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 )
69 70
set (  RRC_ASN1_VERSION "Rel10" )
set (  RRC_DEFAULT_RAB_IS_AM True)
thomasl's avatar
thomasl committed
71 72 73 74 75 76 77 78 79 80
set (  RRC_MSG_PRINT False )
set (  RTAI False )
set (  SECU False )
set (  SMBV False )
set (  SPECTRA False )
set (  TEST_OMG False )
set (  USE_3GPP_ADDR_AS_LINK_ADDR False )
set (  USE_MME "R10" )
set (  USER_MODE True )
set (  XER_PRINT False )