early-access version 2853
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
The package curl is compatible with built-in CMake targets:
|
||||
|
||||
find_package(NMAP REQUIRED)
|
||||
target_link_libraries(main PRIVATE ${NMAP_LIBRARIES})
|
||||
target_include_directories(main PRIVATE ${NMAP_INCLUDE_DIRS})
|
||||
Reference in New Issue
Block a user