diff librpg/CMakeLists.txt @ 209:23a844fdc911

examples: move all into subdirectories, closes #2513
author David Demelier <markand@malikania.fr>
date Wed, 11 Nov 2020 17:10:40 +0100
parents 852d0b7817ce
children ddfe0a211169
line wrap: on
line diff
--- a/librpg/CMakeLists.txt	Wed Nov 11 16:31:55 2020 +0100
+++ b/librpg/CMakeLists.txt	Wed Nov 11 17:10:40 2020 +0100
@@ -48,8 +48,6 @@
 	${librpg_SOURCE_DIR}/rpg/battle-state-victory.h
 	${librpg_SOURCE_DIR}/rpg/character.c
 	${librpg_SOURCE_DIR}/rpg/character.h
-	${librpg_SOURCE_DIR}/rpg/inventory.c
-	${librpg_SOURCE_DIR}/rpg/inventory.h
 	${librpg_SOURCE_DIR}/rpg/item.c
 	${librpg_SOURCE_DIR}/rpg/item.h
 	${librpg_SOURCE_DIR}/rpg/map.c