summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/gd-2.0.35/tests/gdtiled/CMakeLists.txt
blob: af3aff2899e244fe6efd833cb597ae5a8a4773f8 (plain)
1
2
3
4
5
add_executable(bug00032 bug00032.c)

target_link_libraries (bug00032 gdTest ${GD_LIB})

ADD_TEST(bug00032 ${EXECUTABLE_OUTPUT_PATH}/bug00032)