##// END OF EJS Templates
Forgot to remove dead code functions declarations
Forgot to remove dead code functions declarations

File last commit:

r402:eb452cd0caf8 R3++
r405:f3243196bdc5 3.2.0.24 R3++
Show More
CMakeLists.txt
14 lines | 463 B | text/plain | CMakeLexer
cmake_minimum_required (VERSION 3.5)
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)