cmake_minimum_required(VERSION 3.12)

add_subdirectory(glew)
add_subdirectory(glfw)
add_subdirectory(glog)


