cmake_minimum_required (VERSION 3.8)

if(PLATFORM_WIN32)
	add_subdirectory(glew)
endif()
