diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-22 11:20:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-22 11:20:30 +0900 |
commit | 63da42ea826f771e6dae0d692639bcbe7983aa9c (patch) | |
tree | fc91b87f19780987329b7c7a51c7d86774e11f54 /tests/gdimagerectangle | |
parent | e204de524b2e943a7fd95e0bfe098d6b845bad6e (diff) | |
download | libgd-63da42ea826f771e6dae0d692639bcbe7983aa9c.tar.gz |
GDTESTS_TARGET_LINK is just gdTest
Diffstat (limited to 'tests/gdimagerectangle')
-rw-r--r-- | tests/gdimagerectangle/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagerectangle/CMakeLists.txt b/tests/gdimagerectangle/CMakeLists.txt index 108aa1d..223b381 100644 --- a/tests/gdimagerectangle/CMakeLists.txt +++ b/tests/gdimagerectangle/CMakeLists.txt @@ -5,7 +5,7 @@ SET(TESTS_FILES FOREACH(test_name ${TESTS_FILES}) add_executable(${test_name} "${test_name}.c") - target_link_libraries (${test_name} ${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) |