You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/framework/fleet/CMakeLists.txt

6 lines
166 B

if(WITH_PSLIB)
cc_library(fleet_wrapper SRCS fleet_wrapper.cc DEPS pslib_brpc pslib)
else()
cc_library(fleet_wrapper SRCS fleet_wrapper.cc)
endif(WITH_PSLIB)