mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
2fc37d513a
* [simage] Add new port * [coin] Add new port * [soqt] Add new port
15 lines
398 B
Diff
15 lines
398 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 4a978dd..e7abd57 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -454,6 +454,9 @@ endif()
|
|
if(PNG_FOUND)
|
|
target_include_directories(simage PRIVATE ${PNG_INCLUDE_DIR})
|
|
target_link_libraries(simage PRIVATE ${PNG_LIBRARIES})
|
|
+ if(UNIX)
|
|
+ target_link_libraries(simage PRIVATE m)
|
|
+ endif()
|
|
endif()
|
|
|
|
if(SIMAGE_QIMAGE_SUPPORT)
|