More Travis/Code coverage things
This commit is contained in:
@@ -10,4 +10,9 @@
|
||||
# $Revision$
|
||||
|
||||
file(GLOB plugins_list plugins/*.c)
|
||||
add_library(pluginsmanager manager.c ${plugins_list})
|
||||
|
||||
if (COVERALLS)
|
||||
set(COVERAGE_SRCS src/pluginsmanager/manager.c ${COVERAGE_SRCS} PARENT_SCOPE)
|
||||
endif()
|
||||
|
||||
add_library(pluginsmanager manager.c ${plugins_list})
|
||||
|
||||
Reference in New Issue
Block a user