early-access version 2853
This commit is contained in:
9
externals/vcpkg/ports/lodepng/usage
vendored
Executable file
9
externals/vcpkg/ports/lodepng/usage
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
The package lodepng provides CMake targets:
|
||||
|
||||
# C API
|
||||
find_package(lodepng-c CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE lodepng-c)
|
||||
|
||||
# C++ API
|
||||
find_package(lodepng CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE lodepng)
|
||||
Reference in New Issue
Block a user