mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +02:00
Merge pull request #308 from birarda/master
fix broken reference to LODEPNG_LIBRARY
This commit is contained in:
commit
6073ad3245
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