diff options
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt deleted file mode 100644 index 64d0d0e..0000000 --- a/tools/CMakeLists.txt +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | include_directories (${CMAKE_SOURCE_DIR}/libusbmuxd) | ||
2 | link_directories (${CMAKE_BINARY_DIR}/libusbmuxd) | ||
3 | |||
4 | add_executable(iproxy iproxy.c) | ||
5 | if(WIN32) | ||
6 | target_link_libraries(iproxy libusbmuxd pthread ws2_32) | ||
7 | else() | ||
8 | target_link_libraries(iproxy libusbmuxd pthread) | ||
9 | endif() | ||
10 | |||
11 | install(TARGETS iproxy RUNTIME DESTINATION bin) | ||