|
|
@ -68,6 +68,7 @@ |
|
|
|
"../src/TaskSystem.cake" "../src/Image.cake" "../src/DataBundle.cake" |
|
|
|
"../src/TinyCCompiler.cake" "../src/FreeType.cake" "../src/Allocator.cake" |
|
|
|
"../src/Oniguruma.cake" "../src/Cryptography.cake" "../src/Compression.cake" |
|
|
|
"../src/XML.cake" |
|
|
|
;; Note: Must come before Curl because curl requires openssl |
|
|
|
"../src/OpenSSL.cake" "../src/Curl.cake"))) |
|
|
|
|
|
|
@ -89,7 +90,7 @@ |
|
|
|
"../src/Raylib.cake" "../src/Image.cake" |
|
|
|
"../src/DataBundle.cake" "../src/TinyCCompiler.cake" "../src/FreeType.cake" |
|
|
|
"../src/Compression.cake" "../src/Cryptography.cake" |
|
|
|
"../src/OpenSSL.cake" "../src/Curl.cake" |
|
|
|
"../src/OpenSSL.cake" "../src/Curl.cake" "../src/XML.cake" |
|
|
|
"../src/ImGuiAutoColor.cake" "../src/ProfilerAutoInstrument.cake")) |
|
|
|
|
|
|
|
(when test-ogre |
|
|
|