mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 16:52:28 +02:00
fix old reference to LODEPNG_LIBRARY
This commit is contained in:
parent
241c170345
commit
c117d62532
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ if (WIN32)
|
|||
wsock32.lib
|
||||
)
|
||||
else (WIN32)
|
||||
target_link_libraries(${TARGET_NAME} ${LODEPNG_LIBRARY})
|
||||
target_link_libraries(${TARGET_NAME} ${LODEPNG_LIBRARIES})
|
||||
|
||||
# link the PortAudio library
|
||||
find_package(PortAudio REQUIRED)
|
||||
|
|
Loading…
Reference in a new issue