cmake_minimum_required(VERSION 3.1)

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


