[aseprite] 258/308: Link filters-lib with base-lib to avoid linking errors on Linux

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit ad98fab506493038ccd2a45eafa8d440358eaa9d
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Feb 24 13:22:15 2016 -0300

    Link filters-lib with base-lib to avoid linking errors on Linux
---
 src/filters/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/filters/CMakeLists.txt b/src/filters/CMakeLists.txt
index 3336ca3..fb7dcad 100644
--- a/src/filters/CMakeLists.txt
+++ b/src/filters/CMakeLists.txt
@@ -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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list