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:
@ -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
|
||||
|
Reference in New Issue
Block a user