##// END OF EJS Templates
modulus, tbad, offset, shift are stored in finetime (uint64_t)...
modulus, tbad, offset, shift are stored in finetime (uint64_t) work in progress on TC_LFR_LOAD_FILTER_PAR bugs: 984, 978, 988

File last commit:

r312:1ef82ee87e48 merge R3_plus
r355:c502a62ca98f R3++
Show More
CMakeLists.txt
14 lines | 464 B | text/plain | CMakeLexer
Switched to cmake, more portable and better conf options!
r299 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)
Added cppcheck integration....
r309 SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/sparc")
Switched to cmake, more portable and better conf options!
r299
add_subdirectory(src)
paul
-O3 used for optimization...
r310 #add_subdirectory(timegen)