Compare commits
2 Commits
3eb1e2c22e
...
2a12f0250f
Author | SHA1 | Date | |
---|---|---|---|
2a12f0250f | |||
26e60bf5fd |
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
project(myx-cmake VERSION 0.4.6 LANGUAGES)
|
project(myx-cmake VERSION 0.4.7 LANGUAGES)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake
|
file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake
|
||||||
|
@ -27,7 +27,7 @@ function(myx_cmake_code_coverage target)
|
|||||||
${target}-coverage
|
${target}-coverage
|
||||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||||
COMMAND ${LCOV_EXE} --test-name ${target} --output "${target}.lcov" --capture
|
COMMAND ${LCOV_EXE} --test-name ${target} --output "${target}.lcov" --capture
|
||||||
--no-exernal
|
--no-external
|
||||||
--base-directory ${CMAKE_SOURCE_DIR}
|
--base-directory ${CMAKE_SOURCE_DIR}
|
||||||
--directory ${CMAKE_BINARY_DIR})
|
--directory ${CMAKE_BINARY_DIR})
|
||||||
# --exclude "/usr/\\\*"
|
# --exclude "/usr/\\\*"
|
||||||
|
Loading…
Reference in New Issue
Block a user