CMakeLists.txt 357 Bytes
Newer Older
thomasl's avatar
thomasl committed
1
cmake_minimum_required(VERSION 2.8)
2
set(PACKAGE_NAME "unitary_tests_simulators")
thomasl's avatar
thomasl committed
3 4
set(PHYSIM True)
set(RF_BOARD None)
lukashov's avatar
lukashov committed
5
set(XFORMS True)
6
set(ENABLE_ITTI True)
thomasl's avatar
thomasl committed
7
set(DEBUG_PHY False)
gauthier's avatar
gauthier committed
8
set(MU_RECIEVER False)
thomasl's avatar
thomasl committed
9
set(NAS_UE False)
10
set(MESSAGE_CHART_GENERATOR False)
11
set(RRC_ASN1_VERSION "Rel15")
12
set(T_TRACER True)
thomasl's avatar
thomasl committed
13
include(${CMAKE_CURRENT_SOURCE_DIR}/../CMakeLists.txt)