2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

add kvm to process target on bsd

This commit is contained in:
Klemens Morgenstern
2024-10-25 15:59:17 +08:00
parent e46a514629
commit fdfb5043cb

View File

@@ -47,6 +47,9 @@ lib ntdll ;
lib user32 ;
lib ws2_32 ;
lib kvm ;
lib procstat ;
lib boost_process
: process_sources
: requirements <define>BOOST_PROCESS_SOURCE=1
@@ -58,6 +61,12 @@ lib boost_process
<target-os>windows:<library>ntdll
<target-os>windows:<library>advapi32
<target-os>windows:<library>ws2_32
<target-os>bsd:<library>kvm
<target-os>freebsd:<library>kvm
<target-os>freebsd:<library>procstat
<target-os>netbsd:<library>kvm
<target-os>openbsd:<library>kvm
<target-os>solaris:<library>kvm
: usage-requirements
<link>shared:<define>BOOST_PROCESS_DYN_LINK=1
<boost.process.fs>boost:<library>/boost/filesystem//boost_filesystem