Skip to content

Commit

Permalink
build: LINUX_SRCS -> ELF_SRCS
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Nov 3, 2016
1 parent 471ad04 commit e782a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if ("${KCOV_STATIC_BUILD}" STREQUAL "1")
set (CMAKE_EXE_LINKER_FLAGS "-static")
endif()

set (LINUX_SRCS
set (ELF_SRCS
dummy-solib-handler.cc
)
set (SOLIB_generated )
Expand All @@ -87,7 +87,7 @@ set (SOLIB_generated )
if (${CMAKE_SYSTEM_NAME} MATCHES Linux)
find_package (LibElf REQUIRED)
find_package (Elfutils REQUIRED)
set (LINUX_SRCS
set (ELF_SRCS
engines/clang-coverage-engine.cc
engines/ptrace.cc
engines/kernel-engine.cc
Expand Down Expand Up @@ -124,7 +124,7 @@ set (${KCOV}_SRCS
writers/html-writer.cc
writers/sonarqube-xml-writer.cc
writers/writer-base.cc
${LINUX_SRCS}
${ELF_SRCS}
include/capabilities.hh
include/gcov.hh
include/reporter.hh
Expand Down

0 comments on commit e782a4d

Please sign in to comment.