##// END OF EJS Templates
Few cosmetic changes and lowered optim to -O2...
Few cosmetic changes and lowered optim to -O2 - Raised CMake minimum version to 3.6 everywhere - Add option to either explictly call gcov_exit or register it on exit - Raised FSW patch level to 22

File last commit:

r400:9d5e16586c2c 3.2.0.22 R3++
r400:9d5e16586c2c 3.2.0.22 R3++
Show More
CMakeLists.txt
14 lines | 463 B | text/plain | CMakeLexer
cmake_minimum_required (VERSION 3.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(libgcov)
add_subdirectory(src)