diff options
| author | 2011-01-08 16:15:40 +0100 | |
|---|---|---|
| committer | 2011-01-08 16:15:40 +0100 | |
| commit | 32e27781dc6e4d2ef3508a0708284f22ee16ea1c (patch) | |
| tree | 507a325cc4348799ae141708454332d2d0e0d9bc /libusbmuxd/CMakeLists.txt | |
| parent | 0ca8f1c05bea2c1f4d53aa165079588ea6519847 (diff) | |
| download | usbmuxd-32e27781dc6e4d2ef3508a0708284f22ee16ea1c.tar.gz usbmuxd-32e27781dc6e4d2ef3508a0708284f22ee16ea1c.tar.bz2 | |
libusbmuxd/iproxy: use windows threads instead of pthread for win32 build
Diffstat (limited to 'libusbmuxd/CMakeLists.txt')
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index a3d5fbe..737eb02 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -33,6 +33,9 @@ set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_SOVERSION}) | |||
| 33 | if(APPLE) | 33 | if(APPLE) |
| 34 | set_target_properties(libusbmuxd PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") | 34 | set_target_properties(libusbmuxd PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") |
| 35 | endif() | 35 | endif() |
| 36 | if(WIN32) | ||
| 37 | set_target_properties(libusbmuxd PROPERTIES PREFIX "lib" IMPORT_PREFIX "lib") | ||
| 38 | endif() | ||
| 36 | 39 | ||
| 37 | install(TARGETS libusbmuxd | 40 | install(TARGETS libusbmuxd |
| 38 | RUNTIME DESTINATION bin | 41 | RUNTIME DESTINATION bin |
