- Update some headers that was incorrect - Reformat the code in all files to match the same code style - Removal of unwanted/unneeded files
12 lines
228 B
CMake
12 lines
228 B
CMake
#
|
|
# peTI-NESulator CMake
|
|
#
|
|
# Created by Manoël TRAPIER.
|
|
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
|
|
#
|
|
# $LastChangedDate$
|
|
# $Author$
|
|
# $HeadURL$
|
|
# $Revision$
|
|
|
|
add_library(oslib loadfile.c graphics.c sound.c io.c) |