# nlohmann_json (embedded as git submodule)
-set(JSON_Install OFF CACHE INTERNAL "") # No need to install it
-set(JSON_BuildTests OFF CACHE INTERNAL "") # Don't build tests
-add_subdirectory(src/deps/json)
-list(APPEND LIBRARIES nlohmann_json::nlohmann_json)
+#set(JSON_Install OFF CACHE INTERNAL "") # No need to install it
+#set(JSON_BuildTests OFF CACHE INTERNAL "") # Don't build tests
+#add_subdirectory(src/deps/json)
+#list(APPEND LIBRARIES nlohmann_json::nlohmann_json)
# Catch (if tests enabled)
#include <FL/Fl.H>
#include <cassert>
#include <fstream>
-#include <nlohmann/json.hpp>
+#include "nlohmann/json.hpp"
#include <string>
namespace nl = nlohmann;
data.midiPortOut = std::max(-1, data.midiPortOut);
data.midiPortIn = std::max(-1, data.midiPortIn);
}
-} // namespace giada::m
\ No newline at end of file
+} // namespace giada::m
#define G_MIDIMAPPER_H
#include "mapper.h"
-#include <nlohmann/json.hpp>
+#include "nlohmann/json.hpp"
#include <string>
#include <vector>
#include "utils/log.h"
#include "utils/math.h"
#include <fstream>
-#include <nlohmann/json.hpp>
+#include "nlohmann/json.hpp"
namespace nl = nlohmann;
#define G_LANGMAPPER_H
#include "mapper.h"
-#include <nlohmann/json.hpp>
+#include "nlohmann/json.hpp"
#include <string>
#include <unordered_map>
#include <vector>
#ifndef G_MAPPER_H
#define G_MAPPER_H
-#include <nlohmann/json.hpp>
+#include "nlohmann/json.hpp"
#include <optional>
#include <string>
#include <vector>