mirror of
https://github.com/MariaDB/server.git
synced 2025-07-08 17:02:21 +03:00
12 lines
162 B
Makefile
12 lines
162 B
Makefile
include .defs.mk
|
|
|
|
TYPE = ndbapitest
|
|
|
|
BIN_TARGET = testBlobs
|
|
|
|
SOURCES = testBlobs.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|
|
|
|
CCFLAGS_LOC += -I$(NDB_TOP)/include/kernel
|