mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/json-for-modern-cpp/json-for-modern-cpp.mk
Normal file
17
package/json-for-modern-cpp/json-for-modern-cpp.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# json-for-modern-cpp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JSON_FOR_MODERN_CPP_VERSION = v3.7.0
|
||||
JSON_FOR_MODERN_CPP_SOURCE = json-$(JSON_FOR_MODERN_CPP_VERSION).tar.gz
|
||||
JSON_FOR_MODERN_CPP_SITE = $(call github,nlohmann,json,$(JSON_FOR_MODERN_CPP_VERSION))
|
||||
JSON_FOR_MODERN_CPP_LICENSE = MIT
|
||||
JSON_FOR_MODERN_CPP_LICENSE_FILES = LICENSE.MIT
|
||||
JSON_FOR_MODERN_CPP_INSTALL_STAGING = YES
|
||||
# header only library
|
||||
JSON_FOR_MODERN_CPP_INSTALL_TARGET = NO
|
||||
JSON_FOR_MODERN_CPP_CONF_OPTS = -DJSON_BuildTests=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user