Sakthi Vivek KE

Results 3 issues of Sakthi Vivek KE

This is a tiny feature request :) It would be real handy if there is support for an `INCLUDE` argument to `setup_target_for_coverage_*`. It becomes a bit annoying if I have...

Hello, ```md # Folder structure . |-- src/ |-- test/ |-- testmodules/ |-- CMakeLists.txt ``` ```cmake setup_target_for_coverage_gcovr_html( NAME ${PROJECT_NAME}_coverage_html EXECUTABLE ${PROJECT_NAME} --gtest_output=xml:report.xml BASE_DIRECTORY ${CMAKE_SOURCE_DIR} EXCLUDE "test/*") ``` In the above...

I was using `cmake-js` in conjunction with `cmake-node-module` to cross-compile node modules for windows from linux. However at line number 178 of `module.cmake` the `LINK_FLAGS` "-z now" turns out to...