mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 10:18:25 -05:00
10 lines
256 B
Plaintext
Executable File
10 lines
256 B
Plaintext
Executable File
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)
|