mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Removed all NanoSVG files from the external directory.
This commit is contained in:
parent
89c845b4d5
commit
711ee2f145
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
@ -1,4 +0,0 @@
|
|||
# set up the external libraries that aren't popular enough to be found on most
|
||||
# package managers are included with the project (in the 'external' folder)
|
||||
|
||||
add_subdirectory("nanosvg")
|
13
external/nanosvg/CMakeLists.txt
vendored
13
external/nanosvg/CMakeLists.txt
vendored
|
@ -1,13 +0,0 @@
|
|||
project("nanosvg")
|
||||
|
||||
set(NSVG_HEADERS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/nanosvg.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/nanosvgrast.h
|
||||
)
|
||||
|
||||
set(NSVG_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src/nanosvg_impl.cpp
|
||||
)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
add_library(nanosvg STATIC ${NSVG_SOURCES} ${NSVG_HEADERS})
|
3016
external/nanosvg/nanosvg.h
vendored
3016
external/nanosvg/nanosvg.h
vendored
File diff suppressed because it is too large
Load diff
18
external/nanosvg/nanosvg_license.txt
vendored
18
external/nanosvg/nanosvg_license.txt
vendored
|
@ -1,18 +0,0 @@
|
|||
Copyright (c) 2013-14 Mikko Mononen memon@inside.org
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
1452
external/nanosvg/nanosvgrast.h
vendored
1452
external/nanosvg/nanosvgrast.h
vendored
File diff suppressed because it is too large
Load diff
6
external/nanosvg/src/nanosvg_impl.cpp
vendored
6
external/nanosvg/src/nanosvg_impl.cpp
vendored
|
@ -1,6 +0,0 @@
|
|||
#define NANOSVG_IMPLEMENTATION
|
||||
#define NANOSVGRAST_IMPLEMENTATION
|
||||
|
||||
#include <stdio.h>
|
||||
#include "nanosvg.h"
|
||||
#include "nanosvgrast.h"
|
Loading…
Reference in a new issue