diff options
author | IronClawTrem <louie.nutman@gmail.com> | 2020-02-16 03:40:06 +0000 |
---|---|---|
committer | IronClawTrem <louie.nutman@gmail.com> | 2020-02-16 03:40:06 +0000 |
commit | 425decdf7e9284d15aa726e3ae96b9942fb0e3ea (patch) | |
tree | 6c0dd7edfefff1be7b9e75fe0b3a0a85fe1595f3 /external/libs | |
parent | ccb0b2e4d6674a7a00c9bf491f08fc73b6898c54 (diff) |
create tremded branch
Diffstat (limited to 'external/libs')
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 Binary files differnew file mode 100644 index 0000000..a14c323 --- /dev/null +++ b/external/libs/macosx/libSDL2-2.0.0.dylib diff --git a/external/libs/macosx/libSDL2main.a b/external/libs/macosx/libSDL2main.a Binary files differnew file mode 100644 index 0000000..4364d15 --- /dev/null +++ b/external/libs/macosx/libSDL2main.a diff --git a/external/libs/win32/SDL.dll b/external/libs/win32/SDL.dll Binary files differnew file mode 100644 index 0000000..7e09169 --- /dev/null +++ b/external/libs/win32/SDL.dll diff --git a/external/libs/win32/SDL2.dll b/external/libs/win32/SDL2.dll Binary files differnew file mode 100644 index 0000000..e499174 --- /dev/null +++ b/external/libs/win32/SDL2.dll diff --git a/external/libs/win32/libSDL.a b/external/libs/win32/libSDL.a Binary files differnew file mode 100644 index 0000000..0b2291f --- /dev/null +++ b/external/libs/win32/libSDL.a diff --git a/external/libs/win32/libSDL2.a b/external/libs/win32/libSDL2.a Binary files differnew file mode 100644 index 0000000..d1b5f45 --- /dev/null +++ b/external/libs/win32/libSDL2.a diff --git a/external/libs/win32/libSDL2.dll.a b/external/libs/win32/libSDL2.dll.a Binary files differnew file mode 100644 index 0000000..e5d5a94 --- /dev/null +++ b/external/libs/win32/libSDL2.dll.a diff --git a/external/libs/win32/libSDL2main.a b/external/libs/win32/libSDL2main.a Binary files differnew file mode 100644 index 0000000..6e9ce3d --- /dev/null +++ b/external/libs/win32/libSDL2main.a diff --git a/external/libs/win32/libcurl.a b/external/libs/win32/libcurl.a Binary files differnew file mode 100644 index 0000000..eef9dc7 --- /dev/null +++ b/external/libs/win32/libcurl.a diff --git a/external/libs/win64/SDL264.dll b/external/libs/win64/SDL264.dll Binary files differnew file mode 100644 index 0000000..b469787 --- /dev/null +++ b/external/libs/win64/SDL264.dll diff --git a/external/libs/win64/SDL64.dll b/external/libs/win64/SDL64.dll Binary files differnew file mode 100644 index 0000000..1d14407 --- /dev/null +++ b/external/libs/win64/SDL64.dll diff --git a/external/libs/win64/libSDL264.a b/external/libs/win64/libSDL264.a Binary files differnew file mode 100644 index 0000000..3fed695 --- /dev/null +++ b/external/libs/win64/libSDL264.a diff --git a/external/libs/win64/libSDL264.dll.a b/external/libs/win64/libSDL264.dll.a Binary files differnew file mode 100644 index 0000000..4d866e7 --- /dev/null +++ b/external/libs/win64/libSDL264.dll.a diff --git a/external/libs/win64/libSDL264main.a b/external/libs/win64/libSDL264main.a Binary files differnew file mode 100644 index 0000000..d5b6a26 --- /dev/null +++ b/external/libs/win64/libSDL264main.a diff --git a/external/libs/win64/libSDL64.a b/external/libs/win64/libSDL64.a Binary files differnew file mode 100644 index 0000000..b1a0298 --- /dev/null +++ b/external/libs/win64/libSDL64.a diff --git a/external/libs/win64/libSDL64main.a b/external/libs/win64/libSDL64main.a Binary files differnew file mode 100644 index 0000000..4e527e2 --- /dev/null +++ b/external/libs/win64/libSDL64main.a diff --git a/external/libs/win64/libcurl.a b/external/libs/win64/libcurl.a Binary files differnew file mode 100644 index 0000000..e50e75e --- /dev/null +++ b/external/libs/win64/libcurl.a |