# this CMake file is the root, and is used to create the bin folder
cmake_minimum_required(VERSION 3.4.1)
set(CMAKE_VERBOSE_MAKEFILE on)
add_subdirectory(src/main/cpp/wolfcrypt)