comparison 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
comparison
equal deleted inserted replaced
271:eadd3dbfa0af 272:a49ae1b6ea4f
18 18
19 project(libadventure) 19 project(libadventure)
20 20
21 set( 21 set(
22 SOURCES 22 SOURCES
23 ${libadventure_SOURCE_DIR}/adventure/actions/chest.c 23 ${libadventure_SOURCE_DIR}/adventure/action/chest.c
24 ${libadventure_SOURCE_DIR}/adventure/actions/chest.h 24 ${libadventure_SOURCE_DIR}/adventure/action/chest.h
25 ${libadventure_SOURCE_DIR}/adventure/actions/spawner.c 25 ${libadventure_SOURCE_DIR}/adventure/action/spawner.c
26 ${libadventure_SOURCE_DIR}/adventure/actions/spawner.h 26 ${libadventure_SOURCE_DIR}/adventure/action/spawner.h
27 ${libadventure_SOURCE_DIR}/adventure/actions/teleport.c 27 ${libadventure_SOURCE_DIR}/adventure/action/teleport.c
28 ${libadventure_SOURCE_DIR}/adventure/actions/teleport.h 28 ${libadventure_SOURCE_DIR}/adventure/action/teleport.h
29 ${libadventure_SOURCE_DIR}/adventure/adventure_p.h 29 ${libadventure_SOURCE_DIR}/adventure/adventure_p.h
30 ${libadventure_SOURCE_DIR}/adventure/assets.c 30 ${libadventure_SOURCE_DIR}/adventure/assets.c
31 ${libadventure_SOURCE_DIR}/adventure/assets.h 31 ${libadventure_SOURCE_DIR}/adventure/assets.h
32 ${libadventure_SOURCE_DIR}/adventure/molko.c 32 ${libadventure_SOURCE_DIR}/adventure/molko.c
33 ${libadventure_SOURCE_DIR}/adventure/molko.h 33 ${libadventure_SOURCE_DIR}/adventure/molko.h