diff libmlk-adventure/CMakeLists.txt @ 260:60a214ec1ab4

adventure: change the way states are stored
author David Demelier <markand@malikania.fr>
date Sun, 06 Dec 2020 22:50:48 +0100
parents 16be1ad3ddba
children cd5bdb995052
line wrap: on
line diff
--- a/libmlk-adventure/CMakeLists.txt	Sun Dec 06 11:22:03 2020 +0100
+++ b/libmlk-adventure/CMakeLists.txt	Sun Dec 06 22:50:48 2020 +0100
@@ -20,6 +20,8 @@
 
 set(
 	SOURCES
+	${libadventure_SOURCE_DIR}/adventure/actions/spawner.c
+	${libadventure_SOURCE_DIR}/adventure/actions/spawner.h
 	${libadventure_SOURCE_DIR}/adventure/actions/teleport.c
 	${libadventure_SOURCE_DIR}/adventure/actions/teleport.h
 	${libadventure_SOURCE_DIR}/adventure/adventure_p.h