mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
From serg: add dependency for generated header files errorids.h messageids.h
This commit is contained in:
parent
8642231666
commit
9b84bf57c9
@ -5,7 +5,7 @@ set(datatypes_LIB_SRCS
|
||||
mcs_decimal.cpp)
|
||||
|
||||
add_library(datatypes SHARED ${datatypes_LIB_SRCS})
|
||||
add_dependencies(datatypes external_boost)
|
||||
add_dependencies(datatypes loggingcpp external_boost)
|
||||
|
||||
install(TARGETS datatypes DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
||||
|
@ -63,6 +63,7 @@ set(joblist_LIB_SRCS
|
||||
${ENGINE_SRC_DIR}/tools/passwd/secrets.cpp)
|
||||
|
||||
add_library(joblist SHARED ${joblist_LIB_SRCS})
|
||||
add_dependencies(joblist_server loggingcpp)
|
||||
target_include_directories(joblist BEFORE PUBLIC ${OPENSSL_INCLUDE_DIR})
|
||||
add_dependencies(joblist loggingcpp)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user