early-access version 2853
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
The package libproxy provides CMake targets:
|
||||
|
||||
find_package(libproxy CONFIG REQUIRED)
|
||||
target_include_directories(main PRIVATE ${LIBPROXY_INCLUDE_DIR})
|
||||
target_link_libraries(main PRIVATE ${LIBPROXY_LIBRARIES})
|
||||
Reference in New Issue
Block a user