summaryrefslogtreecommitdiff
path: root/tests/gdimageline
diff options
context:
space:
mode:
authorwillson-chen <53104026+willson-chen@users.noreply.github.com>2019-10-27 07:06:26 +0800
committerMike Frysinger <vapier@gmail.com>2019-10-26 16:06:26 -0700
commitd19cf8354ccbac6f4d9e2ac4406ab205a77f4bb2 (patch)
treed9ee0c0afc408c5d40a32e923dbeb0dce662fa3b /tests/gdimageline
parent746ec81f079fe506d5ccb1fa1d1f90f3a31873f7 (diff)
downloadlibgd-d19cf8354ccbac6f4d9e2ac4406ab205a77f4bb2.tar.gz
CMakeLists.txt: Exclude libm dependency under win
* CMakeLists.txt: Exclude libm dependency under win * CMakeLists.txt: Move win32/m logic into cmake/modules/gd.cmake
Diffstat (limited to 'tests/gdimageline')
-rw-r--r--tests/gdimageline/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimageline/CMakeLists.txt b/tests/gdimageline/CMakeLists.txt
index e416915..c345ed1 100644
--- a/tests/gdimageline/CMakeLists.txt
+++ b/tests/gdimageline/CMakeLists.txt
@@ -15,4 +15,4 @@ LIST(APPEND TESTS_FILES
)
ENDIF(PNG_FOUND)
-ADD_GD_TESTS(m)
+ADD_GD_TESTS()