mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Link filters-lib with base-lib to avoid linking errors on Linux
This commit is contained in:
parent
5dd2d8119b
commit
ad98fab506
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user