Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
cmake: Implement support for CMake on Linux and remove Makefiles
[xestiacalendar/.git] / source / CMakeFunctions / DebugFlags.cmake
1 if (XestiaCalendar_CODE_COVERAGE)
2     set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} "-g -O0 --coverage -fprofile-arcs -ftest-coverage")
3     set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-g -O0 --coverage -fprofile-arcs -ftest-coverage")
4     set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} "-coverage -lgcov")
5 endif()
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy