boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
101 stars 113 forks source link

fix cmake files to enable standalone build and test #220

Closed ClausKlein closed 1 year ago

ClausKlein commented 2 years ago

prevent name conflict with bcopy macro found in strings.h on some unix systems, i.e. android

ClausKlein commented 2 years ago

@igaztanaga I dit not understand how to build with the distributed CMakeLists.txt. And the test/CMakeLists.txt was missing?