Merge pull request #250 from denzor200/patch-1

Added functional dependency to develop
This commit is contained in:
Joel de Guzman
2022-07-04 18:30:41 +08:00
committed by GitHub

View File

@ -23,4 +23,5 @@ target_link_libraries(boost_fusion
Boost::type_traits
Boost::typeof
Boost::utility
Boost::functional
)