aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/curl/usage')
-rw-r--r--ports/curl/usage5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/curl/usage b/ports/curl/usage
deleted file mode 100644
index d43e7112e..000000000
--- a/ports/curl/usage
+++ /dev/null
@@ -1,5 +0,0 @@
-The package curl is compatible with built-in CMake targets:
-
- find_package(CURL REQUIRED)
- target_link_libraries(main PRIVATE ${CURL_LIBRARIES})
- target_include_directories(main PRIVATE ${CURL_INCLUDE_DIRS})