src: add boost-pfr

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-05 00:57:05 +01:00
parent d9657e9831
commit cd686cb1d9
5 changed files with 67 additions and 1 deletions
+3
View File
@@ -120,6 +120,9 @@ build/extra/cross-windows-mingw64/%: UPX_CMAKE_CONFIG_FLAGS += -DUPX_CONFIG_DISA
# check git submodules
#***********************************************************************
ifeq ($(wildcard ./vendor/boost-pfr/include/.),)
$(error ERROR: missing git submodule; run 'git submodule update --init')
endif
ifeq ($(wildcard ./vendor/doctest/doctest/.),)
$(error ERROR: missing git submodule; run 'git submodule update --init')
endif