mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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
|
wsock32.lib
|
||||||
)
|
)
|
||||||
else (WIN32)
|
else (WIN32)
|
||||||
target_link_libraries(${TARGET_NAME} ${LODEPNG_LIBRARY})
|
target_link_libraries(${TARGET_NAME} ${LODEPNG_LIBRARIES})
|
||||||
|
|
||||||
# link the PortAudio library
|
# link the PortAudio library
|
||||||
find_package(PortAudio REQUIRED)
|
find_package(PortAudio REQUIRED)
|
||||||
|
|
Loading…
Reference in a new issue