|
# 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(${CMAKE_CURRENT_SOURCE_DIR}/src/main/cpp/wolfssl-oem)
|
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src/main/cpp/wolfcrypt)
|