Split src/Makefile into fragments
This commit is contained in:
8
src/database/Makefile
Normal file
8
src/database/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVDATABASE_SRC)/database
|
||||
|
||||
INC += pvDatabase.h
|
||||
|
||||
LIBSRCS += pvRecord.cpp
|
||||
LIBSRCS += pvDatabase.cpp
|
||||
Reference in New Issue
Block a user