Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt - github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb801759301bf9db56968a01eda9b5cdf861f4d5 (plain)
1
2
3
4
5
6
7

cmake_minimum_required(VERSION 3.8)

project(fceux)

add_subdirectory( src )