Skip to content

Commit

Permalink
Fixed a missing PNG dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KAHR-Alpha committed Dec 26, 2023
1 parent 0ab7c3a commit 76294b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ target_include_directories(common_lib PUBLIC ${PNG_PNG_INCLUDE_DIR})

if(WIN32)
target_link_libraries(common_lib userenv)
endif()
endif()

target_link_libraries(common_lib PUBLIC ${PNG_LIBRARY_RELEASE})

0 comments on commit 76294b7

Please sign in to comment.