summaryrefslogtreecommitdiff
path: root/external/libs
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-02-16 03:40:06 +0000
committerIronClawTrem <louie.nutman@gmail.com>2020-02-16 03:40:06 +0000
commit425decdf7e9284d15aa726e3ae96b9942fb0e3ea (patch)
tree6c0dd7edfefff1be7b9e75fe0b3a0a85fe1595f3 /external/libs
parentccb0b2e4d6674a7a00c9bf491f08fc73b6898c54 (diff)
create tremded branch
Diffstat (limited to 'external/libs')
-rw-r--r--external/libs/macosx/CMakeLists.txt28
-rw-r--r--external/libs/macosx/libSDL2-2.0.0.dylibbin0 -> 3939940 bytes
-rw-r--r--external/libs/macosx/libSDL2main.abin0 -> 8516 bytes
-rw-r--r--external/libs/win32/SDL.dllbin0 -> 1592921 bytes
-rw-r--r--external/libs/win32/SDL2.dllbin0 -> 950272 bytes
-rw-r--r--external/libs/win32/libSDL.abin0 -> 1531146 bytes
-rw-r--r--external/libs/win32/libSDL2.abin0 -> 6157810 bytes
-rw-r--r--external/libs/win32/libSDL2.dll.abin0 -> 356240 bytes
-rw-r--r--external/libs/win32/libSDL2main.abin0 -> 8808 bytes
-rw-r--r--external/libs/win32/libcurl.abin0 -> 385192 bytes
-rw-r--r--external/libs/win64/SDL264.dllbin0 -> 1117696 bytes
-rw-r--r--external/libs/win64/SDL64.dllbin0 -> 1894504 bytes
-rw-r--r--external/libs/win64/libSDL264.abin0 -> 7810478 bytes
-rw-r--r--external/libs/win64/libSDL264.dll.abin0 -> 349446 bytes
-rw-r--r--external/libs/win64/libSDL264main.abin0 -> 11074 bytes
-rw-r--r--external/libs/win64/libSDL64.abin0 -> 1829790 bytes
-rw-r--r--external/libs/win64/libSDL64main.abin0 -> 17118 bytes
-rw-r--r--external/libs/win64/libcurl.abin0 -> 417936 bytes
18 files changed, 28 insertions, 0 deletions
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
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
+ $<INSTALL_INTERFACE:>
+ )
+
+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
--- /dev/null
+++ b/external/libs/macosx/libSDL2-2.0.0.dylib
Binary files differ
diff --git a/external/libs/macosx/libSDL2main.a b/external/libs/macosx/libSDL2main.a
new file mode 100644
index 0000000..4364d15
--- /dev/null
+++ b/external/libs/macosx/libSDL2main.a
Binary files differ
diff --git a/external/libs/win32/SDL.dll b/external/libs/win32/SDL.dll
new file mode 100644
index 0000000..7e09169
--- /dev/null
+++ b/external/libs/win32/SDL.dll
Binary files differ
diff --git a/external/libs/win32/SDL2.dll b/external/libs/win32/SDL2.dll
new file mode 100644
index 0000000..e499174
--- /dev/null
+++ b/external/libs/win32/SDL2.dll
Binary files differ
diff --git a/external/libs/win32/libSDL.a b/external/libs/win32/libSDL.a
new file mode 100644
index 0000000..0b2291f
--- /dev/null
+++ b/external/libs/win32/libSDL.a
Binary files differ
diff --git a/external/libs/win32/libSDL2.a b/external/libs/win32/libSDL2.a
new file mode 100644
index 0000000..d1b5f45
--- /dev/null
+++ b/external/libs/win32/libSDL2.a
Binary files differ
diff --git a/external/libs/win32/libSDL2.dll.a b/external/libs/win32/libSDL2.dll.a
new file mode 100644
index 0000000..e5d5a94
--- /dev/null
+++ b/external/libs/win32/libSDL2.dll.a
Binary files differ
diff --git a/external/libs/win32/libSDL2main.a b/external/libs/win32/libSDL2main.a
new file mode 100644
index 0000000..6e9ce3d
--- /dev/null
+++ b/external/libs/win32/libSDL2main.a
Binary files differ
diff --git a/external/libs/win32/libcurl.a b/external/libs/win32/libcurl.a
new file mode 100644
index 0000000..eef9dc7
--- /dev/null
+++ b/external/libs/win32/libcurl.a
Binary files differ
diff --git a/external/libs/win64/SDL264.dll b/external/libs/win64/SDL264.dll
new file mode 100644
index 0000000..b469787
--- /dev/null
+++ b/external/libs/win64/SDL264.dll
Binary files differ
diff --git a/external/libs/win64/SDL64.dll b/external/libs/win64/SDL64.dll
new file mode 100644
index 0000000..1d14407
--- /dev/null
+++ b/external/libs/win64/SDL64.dll
Binary files differ
diff --git a/external/libs/win64/libSDL264.a b/external/libs/win64/libSDL264.a
new file mode 100644
index 0000000..3fed695
--- /dev/null
+++ b/external/libs/win64/libSDL264.a
Binary files differ
diff --git a/external/libs/win64/libSDL264.dll.a b/external/libs/win64/libSDL264.dll.a
new file mode 100644
index 0000000..4d866e7
--- /dev/null
+++ b/external/libs/win64/libSDL264.dll.a
Binary files differ
diff --git a/external/libs/win64/libSDL264main.a b/external/libs/win64/libSDL264main.a
new file mode 100644
index 0000000..d5b6a26
--- /dev/null
+++ b/external/libs/win64/libSDL264main.a
Binary files differ
diff --git a/external/libs/win64/libSDL64.a b/external/libs/win64/libSDL64.a
new file mode 100644
index 0000000..b1a0298
--- /dev/null
+++ b/external/libs/win64/libSDL64.a
Binary files differ
diff --git a/external/libs/win64/libSDL64main.a b/external/libs/win64/libSDL64main.a
new file mode 100644
index 0000000..4e527e2
--- /dev/null
+++ b/external/libs/win64/libSDL64main.a
Binary files differ
diff --git a/external/libs/win64/libcurl.a b/external/libs/win64/libcurl.a
new file mode 100644
index 0000000..e50e75e
--- /dev/null
+++ b/external/libs/win64/libcurl.a
Binary files differ