Commit 36a5eadb authored by Leif Walsh's avatar Leif Walsh

temporary fix for gcov build

parent 2bb482bb
......@@ -9,6 +9,8 @@ set_source_files_properties(
add_executable(logformat logger/logformat.cc)
target_link_libraries(logformat ${LIBTOKUPORTABILITY}_static)
add_space_separated_property(TARGET logformat LINK_FLAGS --coverage)
add_custom_command(
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/log_code.cc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment