summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-2.1.1/tests/gdtest/CMakeLists.txt
blob: 5f89bc91b75a2e22f7a1ed3489bcb4321533db85 (plain)
1
2
3
4
SET(GDTEST_TOP_DIR "${GD_SOURCE_DIR}/tests")
CONFIGURE_FILE(test_config.h.cmake test_config.h ESCAPE_QUOTES)
add_library (gdTest STATIC gdtest.c)
target_link_libraries(gdTest ${GD_LIB})