cmake_minimum_required (VERSION 3.10)

project(eyerec-python)

add_subdirectory(lib/cpp)
add_subdirectory(eyerec)
