Link filters-lib with base-lib to avoid linking errors on Linux

This commit is contained in:
David Capello 2016-02-24 13:22:15 -03:00
parent 5dd2d8119b
commit ad98fab506

View File

@ -1,5 +1,5 @@
# ASEPRITE
# Copyright (C) 2001-2013 David Capello
# Copyright (C) 2001-2013, 2016 David Capello
add_library(filters-lib
color_curve.cpp
@ -9,3 +9,5 @@ add_library(filters-lib
invert_color_filter.cpp
median_filter.cpp
replace_color_filter.cpp)
target_link_libraries(filters-lib base-lib)