mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
[build] [cmake] Add more cloop dependencies.
This commit is contained in:
parent
0e02f91a72
commit
44867c0dbb
@ -17,6 +17,7 @@ add_src_win32(gpre_common_src
|
||||
)
|
||||
|
||||
add_library (gpre_common ${gpre_common_src})
|
||||
add_dependencies_cc (gpre_common UpdateCloopInterfaces)
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
@ -25,7 +25,8 @@ add_src_win32(remote_src
|
||||
)
|
||||
file(GLOB remote_include "*.h")
|
||||
|
||||
add_library(remote ${remote_src} ${remote_include})
|
||||
add_library (remote ${remote_src} ${remote_include})
|
||||
add_dependencies_cc (remote UpdateCloopInterfaces)
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user