1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Move the logeventf wrappers into their own source file.

Separating them from logging.c allows them to be shared between the
real logging.c and the new stub no-logging.c.
This commit is contained in:
Simon Tatham
2023-02-18 13:45:00 +00:00
parent 334d4f315e
commit 23c408d49d
4 changed files with 37 additions and 24 deletions

View File

@ -52,10 +52,10 @@ add_sources_from_current_dir(agent
add_executable(fuzzterm
${CMAKE_SOURCE_DIR}/test/fuzzterm.c
${CMAKE_SOURCE_DIR}/logging.c
${CMAKE_SOURCE_DIR}/stubs/no-print.c
unicode.c
no-gtk.c)
no-gtk.c
$<TARGET_OBJECTS:logging>)
be_list(fuzzterm FuZZterm)
add_dependencies(fuzzterm generated_licence_h)
target_link_libraries(fuzzterm