cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

#todo: selection of proper platform depending on external variable!
add_subdirectory(x86)
