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 5490ad5 commit 7720230Copy full SHA for 7720230
CMakeLists.txt
@@ -21,7 +21,7 @@ FetchContent_MakeAvailable(nlohmann_json)
21
22
FetchContent_Declare(
23
Dobby
24
- GIT_REPOSITORY https://github.com/dzyong/Dobby.git
+ GIT_REPOSITORY https://github.com/dreamguxiang/Dobby.git
25
GIT_TAG master
26
)
27
FetchContent_MakeAvailable(Dobby)
@@ -39,4 +39,4 @@ target_link_libraries(preloader
39
${gles-lib}
40
nlohmann_json::nlohmann_json
41
dobby
42
-)
+)
0 commit comments