mirror of
https://github.com/nlohmann/json.git
synced 2026-08-14 21:23:17 +00:00
this should fix #28
This commit is contained in:
+3
-1
@@ -34,6 +34,8 @@ parser:
|
||||
make CXXFLAGS="" json_parser
|
||||
|
||||
header_only/json.h: $(CORE_SOURCES)
|
||||
cat $(CORE_SOURCES) | $(SED) 's/#include "json.h"//' > header_only/json.h
|
||||
$(AM_V_GEN)
|
||||
$(AM_V_at)mkdir -p header_only
|
||||
$(AM_V_at)cat $(CORE_SOURCES) | $(SED) 's/#include "json.h"//' > header_only/json.h
|
||||
|
||||
BUILT_SOURCES = header_only/json.h
|
||||
|
||||
Reference in New Issue
Block a user