Skip to content

Commit 9a8fcf7

Browse files
committed
Add lodepng
1 parent 9b7fe28 commit 9a8fcf7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

conanfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ catch2/2.13.8
55
docopt.cpp/0.6.3
66
#fmt/8.1.1
77
spdlog/1.9.2
8+
lodepng/cci.20200615
89

910
[generators]
1011
cmake_find_package_multi

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
find_package(fmt CONFIG)
22
find_package(spdlog CONFIG)
33
find_package(docopt CONFIG)
4+
find_package(lodepng CONFIG)
45

56
# Generic test that uses conan libs
67
add_executable(intro main.cpp)
@@ -10,7 +11,8 @@ target_link_libraries(
1011
project_warnings
1112
docopt::docopt
1213
fmt::fmt
13-
spdlog::spdlog)
14+
spdlog::spdlog
15+
lodepng::lodepng)
1416

1517
target_link_system_libraries(
1618
intro

0 commit comments

Comments
 (0)