We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2e9a8 commit de7f132Copy full SHA for de7f132
CMakeLists.txt
@@ -31,11 +31,7 @@ CPMAddPackage(
31
)
32
target_link_libraries(${PROJECT_NAME} external-hook-api)
33
34
-CPMAddPackage(
35
- NAME nlohmann_json
36
- GIT_REPOSITORY https://github.com/nlohmann/json.git
37
- VERSION 3.11.3
38
-)
+CPMAddPackage("gh:nlohmann/[email protected]")
39
target_link_libraries(${PROJECT_NAME} nlohmann_json::nlohmann_json)
40
41
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
src/layers/GYSettingSelectLayer.cpp
@@ -1,6 +1,6 @@
1
#include <Geode/Geode.hpp>
2
#include <Geode/ui/ScrollLayer.hpp>
3
-#include <json.hpp>
+#include <nlohmann/json.hpp>
4
#include <filesystem>
5
#include <fstream>
6
#include <sstream>
0 commit comments