Add uuid test dependency.

This commit is contained in:
Rene Rivera
2024-07-19 16:00:30 -05:00
parent 0928b3d016
commit 42579dee10

View File

@ -384,6 +384,7 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? )
<library>/boost/filesystem//boost_filesystem
<library>/boost/interprocess//boost_interprocess
<library>/boost/process//boost_process
<library>/boost/uuid//boost_uuid
: $(name) ;
}