From 98ca62cf91e7e0bd33f09edfc848a62061015aee Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 21 Nov 2019 01:15:34 -0500 Subject: Standardize Event Object to Object Event --- projects/cMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/cMakeLists.txt b/projects/cMakeLists.txt index ce1c9a426..66d1f8e7d 100644 --- a/projects/cMakeLists.txt +++ b/projects/cMakeLists.txt @@ -10,4 +10,4 @@ file(GLOB_RECURSE C_SOURCES ../src/*.c ../src/*.h ../include/*.h) file(GLOB_RECURSE ASM_SOURCES ../asm/*.s ../asm/*.inc ../constants/*.inc ../data/*.s ../data/*.inc) include_directories(include ../tools/agbcc/include) -add_executable(pokeruby.gba ${C_SOURCES} ${ASM_SOURCES}) \ No newline at end of file +add_executable(pokeruby.gba ${C_SOURCES} ${ASM_SOURCES}) -- cgit v1.2.3