summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/gd-2.0.35/tests/gdimagecopy/CMakeLists.txt
blob: fee6116d8129b216d7ee1db731e730f544c9153e (plain)
1
2
3
add_executable(bug00007 bug00007.c)
target_link_libraries (bug00007 gdTest ${GD_LIB})
ADD_TEST(bug00007 ${EXECUTABLE_OUTPUT_PATH}/bug00007)