testing-spring-2024/src/modules/CMakeLists.txt
2024-03-14 01:43:19 +02:00

15 lines
154 B
CMake

add_library(
modules
action.cc
action.hh
event.cc
event.hh
player.cc
player.hh
role.cc
role.hh
room.cc
room.hh
time.cc
time.hh)