Added
Link Here
|
1 |
--- utils/CMakeLists.txt~ |
2 |
+++ utils/CMakeLists.txt |
3 |
@@ -3,4 +3,5 @@ link_directories(${LIBPROXY_LIBRARY_DIRS |
4 |
|
5 |
add_executable(proxy proxy.c) |
6 |
target_link_libraries(proxy libproxy) |
7 |
+set(CMAKE_C_COMPILER ${CMAKE_CXX_COMPILER}) |
8 |
install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR}) |