##// END OF EJS Templates
Étiquette 3.2.0.22 ajoutée à la révision 9d5e16586c2c
Étiquette 3.2.0.22 ajoutée à la révision 9d5e16586c2c

File last commit:

r400:9d5e16586c2c 3.2.0.22 R3++
r401:e2418ff35b1b R3++
Show More
CMakeLists.txt
14 lines | 463 B | text/plain | CMakeLexer
Few cosmetic changes and lowered optim to -O2...
r400 cmake_minimum_required (VERSION 3.6)
Switched to cmake, more portable and better conf options!
r299 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
Added gcov support...
r387 add_subdirectory(libgcov)
Switched to cmake, more portable and better conf options!
r299 add_subdirectory(src)