Removed all NanoSVG files from the external directory.

This commit is contained in:
Leon Styhre 2021-06-07 21:38:54 +02:00
parent 89c845b4d5
commit 711ee2f145
6 changed files with 0 additions and 4509 deletions

View file

@ -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")

View file

@ -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})

File diff suppressed because it is too large Load diff

View file

@ -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.

File diff suppressed because it is too large Load diff

View file

@ -1,6 +0,0 @@
#define NANOSVG_IMPLEMENTATION
#define NANOSVGRAST_IMPLEMENTATION
#include <stdio.h>
#include "nanosvg.h"
#include "nanosvgrast.h"