[coll] Move the rabit poll helper. (#10349)

This commit is contained in:
Jiaming Yuan
2024-05-31 08:02:21 +08:00
committed by GitHub
parent 0717e886e5
commit e6eefea5e2
18 changed files with 24 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ TGT=c-api-demo
cc=cc
CFLAGS ?=-O3
XGBOOST_ROOT ?=../..
INCLUDE_DIR=-I$(XGBOOST_ROOT)/include -I$(XGBOOST_ROOT)/dmlc-core/include -I$(XGBOOST_ROOT)/rabit/include
INCLUDE_DIR=-I$(XGBOOST_ROOT)/include -I$(XGBOOST_ROOT)/dmlc-core/include
LIB_DIR=-L$(XGBOOST_ROOT)/lib
build: $(TGT)