diff libmlk-adventure/CMakeLists.txt @ 272:a49ae1b6ea4f

adventure: don't use plural in directories
author David Demelier <markand@malikania.fr>
date Sat, 12 Dec 2020 12:16:47 +0100
parents eadd3dbfa0af
children f89a53abb314
line wrap: on
line diff
--- a/libmlk-adventure/CMakeLists.txt	Sat Dec 12 12:14:44 2020 +0100
+++ b/libmlk-adventure/CMakeLists.txt	Sat Dec 12 12:16:47 2020 +0100
@@ -20,12 +20,12 @@
 
 set(
 	SOURCES
-	${libadventure_SOURCE_DIR}/adventure/actions/chest.c
-	${libadventure_SOURCE_DIR}/adventure/actions/chest.h
-	${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/action/chest.c
+	${libadventure_SOURCE_DIR}/adventure/action/chest.h
+	${libadventure_SOURCE_DIR}/adventure/action/spawner.c
+	${libadventure_SOURCE_DIR}/adventure/action/spawner.h
+	${libadventure_SOURCE_DIR}/adventure/action/teleport.c
+	${libadventure_SOURCE_DIR}/adventure/action/teleport.h
 	${libadventure_SOURCE_DIR}/adventure/adventure_p.h
 	${libadventure_SOURCE_DIR}/adventure/assets.c
 	${libadventure_SOURCE_DIR}/adventure/assets.h