[lodepng] Add lodepng
This commit is contained in:
parent
246db22162
commit
729cde5bf9
14
deps/lodepng/CMakeLists.txt
vendored
Normal file
14
deps/lodepng/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
if(NOT MSVC)
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
add_library(
|
||||||
|
lodepng
|
||||||
|
lodepng.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(
|
||||||
|
lodepng PUBLIC SYSTEM
|
||||||
|
include
|
||||||
|
)
|
2020
deps/lodepng/include/lodepng.h
vendored
Normal file
2020
deps/lodepng/include/lodepng.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6488
deps/lodepng/lodepng.cpp
vendored
Normal file
6488
deps/lodepng/lodepng.cpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user