# Aseprite Undo Library
# Copyright (C) 2015 David Capello

add_library(undo-lib
  undo_history.cpp)
