A simple (over-engineered) LDAP and BER C++17 library
Retrieve the submodule for the TCP library:
git submodule update --init
Prepare the build folder:
mkdir -p build/
cd build/
cmake ..
# Or for using Ninja
cmake -G "Ninja" ..
cd build/
# make <target>
make example_ldap_search
make tests
cd build/
# ninja <target>
ninja example_ldap_search
ninja tests