##// END OF EJS Templates
3.2.0.0...
3.2.0.0 Bug 920 GRLIB-TN-0009 mitigation --330 Commit before going back to Rev 326 --329 partial recoding of reaction wheel filtering -- 328 compliance with ICD 4.3 moving average updated and averages written in HK packets

File last commit:

r312:1ef82ee87e48 merge R3_plus
r345:c2bf5d0fa351 R3++
Show More
CMakeLists.txt
14 lines | 464 B | text/plain | CMakeLexer
cmake_minimum_required (VERSION 2.6)
project (LFR_FSW)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif(NOT CMAKE_BUILD_TYPE)
set(LFR_BP_SRC ${CMAKE_CURRENT_SOURCE_DIR}/LFR_basic-parameters/basic_parameters.c)
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/sparc")
add_subdirectory(src)
#add_subdirectory(timegen)