mirror of
https://github.com/open-goal/jak-project
synced 2026-07-27 14:52:44 -04:00
Add coverage flags to everything we compile
This commit is contained in:
@@ -35,6 +35,11 @@ ENDIF()
|
||||
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules/)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
include(CodeCoverage)
|
||||
append_coverage_compiler_flags()
|
||||
endif()
|
||||
|
||||
# includes relative to top level jak-project folder
|
||||
include_directories(./)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user