cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

add_subdirectory(Headers)
add_subdirectory(Platforms)
add_subdirectory(Source)
