globally rename Fail* to FAIL*
Change-Id: Ief2cb687cc69dd92c2e04f9314f0f1347e0a84ed
This commit is contained in:
@ -15,10 +15,10 @@ SET(PROTOBUF_IMPORT_DIRS "/usr/include;${CMAKE_CURRENT_SOURCE_DIR}/core/comm"
|
||||
# is generated by CMake from config/FailConfig.hpp.in and stored in
|
||||
# your build-dir. (The same goes for "FailControlMessage.pb.h", etc.)
|
||||
# This is done in the "src"-folder because experiments need to include
|
||||
# Fail* headers as well (see hierarchy of CMakeLists.txt's).
|
||||
# FAIL* headers as well (see hierarchy of CMakeLists.txt's).
|
||||
|
||||
## Add CMakeLists from subdirectories ##
|
||||
# The Fail* core source files (and it's subdirectories):
|
||||
# The FAIL* core source files (and it's subdirectories):
|
||||
add_subdirectory(core)
|
||||
|
||||
# Here we add all user-defined experiments (which fills the target list)
|
||||
@ -39,8 +39,8 @@ endforeach(plugin_name)
|
||||
# (probably there's a smarter way to do that with cmake?)
|
||||
add_library(fail dummy.cc)
|
||||
|
||||
## Setup build dependencies of the Fail* lib
|
||||
## -> the Fail* targets and user defined experiment targets
|
||||
## Setup build dependencies of the FAIL* lib
|
||||
## -> the FAIL* targets and user defined experiment targets
|
||||
# start/end-group: ld must iterate over these archives more than once to figure
|
||||
# out which objects are needed
|
||||
set(experiment_libraries "")
|
||||
|
||||
Reference in New Issue
Block a user