8 lines
79 B
CMake
8 lines
79 B
CMake
|
|
cmake_minimum_required(VERSION 3.8)
|
|
|
|
project(fceux)
|
|
|
|
add_subdirectory( src )
|
|
|