From 425decdf7e9284d15aa726e3ae96b9942fb0e3ea Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sun, 16 Feb 2020 03:40:06 +0000 Subject: create tremded branch --- external/libs/macosx/CMakeLists.txt | 28 ++++++++++++++++++++++++++++ external/libs/macosx/libSDL2-2.0.0.dylib | Bin 0 -> 3939940 bytes external/libs/macosx/libSDL2main.a | Bin 0 -> 8516 bytes external/libs/win32/SDL.dll | Bin 0 -> 1592921 bytes external/libs/win32/SDL2.dll | Bin 0 -> 950272 bytes external/libs/win32/libSDL.a | Bin 0 -> 1531146 bytes external/libs/win32/libSDL2.a | Bin 0 -> 6157810 bytes external/libs/win32/libSDL2.dll.a | Bin 0 -> 356240 bytes external/libs/win32/libSDL2main.a | Bin 0 -> 8808 bytes external/libs/win32/libcurl.a | Bin 0 -> 385192 bytes external/libs/win64/SDL264.dll | Bin 0 -> 1117696 bytes external/libs/win64/SDL64.dll | Bin 0 -> 1894504 bytes external/libs/win64/libSDL264.a | Bin 0 -> 7810478 bytes external/libs/win64/libSDL264.dll.a | Bin 0 -> 349446 bytes external/libs/win64/libSDL264main.a | Bin 0 -> 11074 bytes external/libs/win64/libSDL64.a | Bin 0 -> 1829790 bytes external/libs/win64/libSDL64main.a | Bin 0 -> 17118 bytes external/libs/win64/libcurl.a | Bin 0 -> 417936 bytes 18 files changed, 28 insertions(+) create mode 100644 external/libs/macosx/CMakeLists.txt create mode 100644 external/libs/macosx/libSDL2-2.0.0.dylib create mode 100644 external/libs/macosx/libSDL2main.a create mode 100644 external/libs/win32/SDL.dll create mode 100644 external/libs/win32/SDL2.dll create mode 100644 external/libs/win32/libSDL.a create mode 100644 external/libs/win32/libSDL2.a create mode 100644 external/libs/win32/libSDL2.dll.a create mode 100644 external/libs/win32/libSDL2main.a create mode 100644 external/libs/win32/libcurl.a create mode 100644 external/libs/win64/SDL264.dll create mode 100644 external/libs/win64/SDL64.dll create mode 100644 external/libs/win64/libSDL264.a create mode 100644 external/libs/win64/libSDL264.dll.a create mode 100644 external/libs/win64/libSDL264main.a create mode 100644 external/libs/win64/libSDL64.a create mode 100644 external/libs/win64/libSDL64main.a create mode 100644 external/libs/win64/libcurl.a (limited to 'external/libs') diff --git a/external/libs/macosx/CMakeLists.txt b/external/libs/macosx/CMakeLists.txt new file mode 100644 index 0000000..9ef4889 --- /dev/null +++ b/external/libs/macosx/CMakeLists.txt @@ -0,0 +1,28 @@ +project(SDL2) + +add_library(SDL2 INTERFACE IMPORTED) + +set_property(TARGET SDL2 + PROPERTY INTERFACE_INCLUDE_DIRECTORES + "${CMAKE_SOURCE_DIR}/src/SDL2/include") + +set_property(TARGET SDL2 + PROPERTY INTERFACE_LINK_LIBRARIES + "libSDL2main.a" + "libSDL2-2.0.0.dylib" ) + +set_property(TARGET SDL2 + PROPERTY INTERFACE_COMPILE_OPTIONS + "-L${CMAKE_CURRENT_SOURCE_DIR}") + +set_property( + TARGET SDL2 + APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES + $ + $ + ) + +message(STATUS " + ${lib}: LINK_INTERFACE_LIBRARIES = \"${lil}\" + INTERFACE_LINK_LIBRARIES = \"${ill}\"" + ) diff --git a/external/libs/macosx/libSDL2-2.0.0.dylib b/external/libs/macosx/libSDL2-2.0.0.dylib new file mode 100644 index 0000000..a14c323 Binary files /dev/null and b/external/libs/macosx/libSDL2-2.0.0.dylib differ diff --git a/external/libs/macosx/libSDL2main.a b/external/libs/macosx/libSDL2main.a new file mode 100644 index 0000000..4364d15 Binary files /dev/null and b/external/libs/macosx/libSDL2main.a differ diff --git a/external/libs/win32/SDL.dll b/external/libs/win32/SDL.dll new file mode 100644 index 0000000..7e09169 Binary files /dev/null and b/external/libs/win32/SDL.dll differ diff --git a/external/libs/win32/SDL2.dll b/external/libs/win32/SDL2.dll new file mode 100644 index 0000000..e499174 Binary files /dev/null and b/external/libs/win32/SDL2.dll differ diff --git a/external/libs/win32/libSDL.a b/external/libs/win32/libSDL.a new file mode 100644 index 0000000..0b2291f Binary files /dev/null and b/external/libs/win32/libSDL.a differ diff --git a/external/libs/win32/libSDL2.a b/external/libs/win32/libSDL2.a new file mode 100644 index 0000000..d1b5f45 Binary files /dev/null and b/external/libs/win32/libSDL2.a differ diff --git a/external/libs/win32/libSDL2.dll.a b/external/libs/win32/libSDL2.dll.a new file mode 100644 index 0000000..e5d5a94 Binary files /dev/null and b/external/libs/win32/libSDL2.dll.a differ diff --git a/external/libs/win32/libSDL2main.a b/external/libs/win32/libSDL2main.a new file mode 100644 index 0000000..6e9ce3d Binary files /dev/null and b/external/libs/win32/libSDL2main.a differ diff --git a/external/libs/win32/libcurl.a b/external/libs/win32/libcurl.a new file mode 100644 index 0000000..eef9dc7 Binary files /dev/null and b/external/libs/win32/libcurl.a differ diff --git a/external/libs/win64/SDL264.dll b/external/libs/win64/SDL264.dll new file mode 100644 index 0000000..b469787 Binary files /dev/null and b/external/libs/win64/SDL264.dll differ diff --git a/external/libs/win64/SDL64.dll b/external/libs/win64/SDL64.dll new file mode 100644 index 0000000..1d14407 Binary files /dev/null and b/external/libs/win64/SDL64.dll differ diff --git a/external/libs/win64/libSDL264.a b/external/libs/win64/libSDL264.a new file mode 100644 index 0000000..3fed695 Binary files /dev/null and b/external/libs/win64/libSDL264.a differ diff --git a/external/libs/win64/libSDL264.dll.a b/external/libs/win64/libSDL264.dll.a new file mode 100644 index 0000000..4d866e7 Binary files /dev/null and b/external/libs/win64/libSDL264.dll.a differ diff --git a/external/libs/win64/libSDL264main.a b/external/libs/win64/libSDL264main.a new file mode 100644 index 0000000..d5b6a26 Binary files /dev/null and b/external/libs/win64/libSDL264main.a differ diff --git a/external/libs/win64/libSDL64.a b/external/libs/win64/libSDL64.a new file mode 100644 index 0000000..b1a0298 Binary files /dev/null and b/external/libs/win64/libSDL64.a differ diff --git a/external/libs/win64/libSDL64main.a b/external/libs/win64/libSDL64main.a new file mode 100644 index 0000000..4e527e2 Binary files /dev/null and b/external/libs/win64/libSDL64main.a differ diff --git a/external/libs/win64/libcurl.a b/external/libs/win64/libcurl.a new file mode 100644 index 0000000..e50e75e Binary files /dev/null and b/external/libs/win64/libcurl.a differ -- cgit