This commit is contained in:
maxdcb
2025-09-15 04:39:17 -04:00
parent f777dcdc45
commit 06ea8bd907
+1 -1
View File
@@ -107,7 +107,7 @@ if(WIN32)
FetchContent_Declare(
CoffLoader
GIT_REPOSITORY https://github.com/maxDcb/COFFLoader.git
GIT_TAG main
GIT_TAG dev
)
FetchContent_MakeAvailable(CoffPacker CoffLoader)
endif()