Add process test dependency.

This commit is contained in:
Rene Rivera 2024-07-19 12:58:21 -05:00
parent 5d7786b47e
commit 0928b3d016

View File

@ -383,6 +383,7 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? )
<target-os>cygwin:<build>no
<library>/boost/filesystem//boost_filesystem
<library>/boost/interprocess//boost_interprocess
<library>/boost/process//boost_process
: $(name) ;
}