From 08a884b37595986ba88c47dc97d29f74012321d1 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Mon, 27 Feb 2017 02:18:46 +0100 Subject: [PATCH] whoops --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c358d8..91e520f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -432,7 +432,6 @@ SET(AQUARIA_SRCS ${SRCDIR}/Entity.cpp ${SRCDIR}/FlockEntity.cpp ${SRCDIR}/Game.cpp - ${SRCDIR}/GameKeyNames.cpp ${SRCDIR}/GameStructs.cpp ${SRCDIR}/GameplayVariables.cpp ${SRCDIR}/GasCloud.cpp @@ -506,6 +505,7 @@ SET(BBGE_SRCS ${BBGEDIR}/Emitter.cpp ${BBGEDIR}/Event.cpp ${BBGEDIR}/FrameBuffer.cpp + ${BBGEDIR}/GameKeyNames.cpp ${BBGEDIR}/Gradient.cpp ${BBGEDIR}/GLLoad.cpp ${BBGEDIR}/Joystick.cpp