8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

[build] [cmake] Add more cloop dependencies.

This commit is contained in:
egorpugin 2015-04-07 10:29:14 +00:00
parent 0e02f91a72
commit 44867c0dbb
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ add_src_win32(gpre_common_src
) )
add_library (gpre_common ${gpre_common_src}) add_library (gpre_common ${gpre_common_src})
add_dependencies_cc (gpre_common UpdateCloopInterfaces)
############################################################################### ###############################################################################

View File

@ -25,7 +25,8 @@ add_src_win32(remote_src
) )
file(GLOB remote_include "*.h") file(GLOB remote_include "*.h")
add_library(remote ${remote_src} ${remote_include}) add_library (remote ${remote_src} ${remote_include})
add_dependencies_cc (remote UpdateCloopInterfaces)
############################################################################### ###############################################################################