mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
Nmap's changes have been moved from the NMAP_MODIFICATIONS file to the Github repo at https://github.com/nmap/libdnet The NMAP_MODIFICATIONS file instead will document only the changes made to strip unused parts of the libdnet source prior to inclusion in Nmap.
6 lines
158 B
CMake
6 lines
158 B
CMake
SET(prefix "@CMAKE_INSTALL_PREFIX@")
|
|
SET(exec_prefix "@CMAKE_INSTALL_PREFIX@")
|
|
SET(dnet_FOUND "TRUE")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/dnetTargets.cmake")
|