cmake_minimum_required (VERSION 3.8)
project ("NES Emulator")
add_subdirectory ("vendor/SDL")
add_subdirectory ("NES Emulator")