projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cd1ba
)
Add msimg32 library through CMake
author
Peter Åstrand (astrand)
<astrand@cendio.se>
Wed, 9 Jan 2019 08:52:27 +0000
(09:52 +0100)
committer
Peter Åstrand (astrand)
<astrand@cendio.se>
Wed, 9 Jan 2019 08:52:27 +0000
(09:52 +0100)
MinGW does not support libs through #pragma comments.
client/Windows/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/client/Windows/CMakeLists.txt
b/client/Windows/CMakeLists.txt
index
c645baf
..
6274571
100644
(file)
--- a/
client/Windows/CMakeLists.txt
+++ b/
client/Windows/CMakeLists.txt
@@
-78,6
+78,7
@@
endif()
set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} freerdp-client)
set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} winpr freerdp)
+set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} msimg32)
target_link_libraries(${MODULE_NAME} ${${MODULE_PREFIX}_LIBS})
if(WITH_CLIENT_INTERFACE)