mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
419e5e2230
This is the last of the subdirectory creations I had planned. This one is almost too footling to bother with (it hardly declutters the top level very much). One useful side effect is that I've included testback.c (containing the null and loopback backends) in the otherbackends library, which means it will now actually be _compiled_ even when nothing's using it, and we'll spot bit-rot promptly when internal APIs change. (And, to prove the point, I've immediately had to fix some bit-rot.)
7 lines
98 B
CMake
7 lines
98 B
CMake
add_sources_from_current_dir(otherbackends
|
|
raw.c
|
|
rlogin.c
|
|
supdup.c
|
|
telnet.c
|
|
testback.c)
|