summaryrefslogtreecommitdiff
path: root/tests/gdimagecolorexact
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-02-22 11:20:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-02-22 11:20:30 +0900
commit63da42ea826f771e6dae0d692639bcbe7983aa9c (patch)
treefc91b87f19780987329b7c7a51c7d86774e11f54 /tests/gdimagecolorexact
parente204de524b2e943a7fd95e0bfe098d6b845bad6e (diff)
downloadlibgd-63da42ea826f771e6dae0d692639bcbe7983aa9c.tar.gz
GDTESTS_TARGET_LINK is just gdTest
Diffstat (limited to 'tests/gdimagecolorexact')
-rw-r--r--tests/gdimagecolorexact/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagecolorexact/CMakeLists.txt b/tests/gdimagecolorexact/CMakeLists.txt
index e55f4c5..a724d13 100644
--- a/tests/gdimagecolorexact/CMakeLists.txt
+++ b/tests/gdimagecolorexact/CMakeLists.txt
@@ -4,7 +4,7 @@ SET(TESTS_FILES
FOREACH(test_name ${TESTS_FILES})
add_executable(${test_name} "${test_name}.c")
- target_link_libraries (${test_name} gdTest ${GDTESTS_TARGET_LINK})
+ target_link_libraries (${test_name} gdTest)
get_target_property(test_path ${test_name} LOCATION)
ADD_TEST(${test_name} ${test_path})
ENDFOREACH(test_name)