CMakeLists.txt 351 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)
5
set(XFORMS False)
thomasl's avatar
thomasl committed
6 7

set(DEBUG_PHY False)
gauthier's avatar
gauthier committed
8
set(MU_RECIEVER False)
thomasl's avatar
thomasl committed
9 10 11
set(RANDOM_BF False)
set(PBS_SIM False)
set(PERFECT_CE False)
thomasl's avatar
thomasl committed
12
set(NAS_UE False)
13
set(MESSAGE_CHART_GENERATOR False)
thomasl's avatar
thomasl committed
14 15

include(${CMAKE_CURRENT_SOURCE_DIR}/../CMakeLists.txt)