blob: 290242e46d103d802e9091b0973ac7641a84b32e [file] [log] [blame]
SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
link_libraries (gcov)