add_library(state
            state.h state.cpp
            shooter.h shooter.cpp
            entities.h entities.cpp)

target_include_directories(state PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

target_link_libraries(state
    PRIVATE
    project_options
    project_warnings
    CONAN_PKG::spdlog)