# Aseprite Pen Library
# Copyright (C) 2016 David Capello

add_library(pen-lib
  pen.cpp)

target_link_libraries(pen-lib
  base-lib)
