NESEmulator/CMakeLists.txt
2021-10-23 20:36:38 +02:00

7 lines
133 B
CMake

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