mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-08 08:58:00 +00:00
Add missing dependencies on generated source files.
The utils library shouldn't be built until cmake_commit.c exists, and similarly with the charset library and sbcsdat.c.
This commit is contained in:
parent
d01f682f32
commit
fa353e9f4a
@ -60,6 +60,7 @@ add_library(utils STATIC
|
||||
utils/x11_make_greeting.c
|
||||
utils/x11_parse_ip.c
|
||||
${GENERATED_COMMIT_C})
|
||||
add_dependencies(utils cmake_commit_c)
|
||||
|
||||
add_library(logging OBJECT
|
||||
logging.c)
|
||||
|
@ -27,3 +27,4 @@ add_library(charset STATIC
|
||||
toucs.c
|
||||
utf8.c
|
||||
xenc.c)
|
||||
add_dependencies(charset generated_sbcsdat_c)
|
||||
|
Loading…
Reference in New Issue
Block a user