summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorpajoye <none@none>2008-04-20 17:27:56 +0000
committerpajoye <none@none>2008-04-20 17:27:56 +0000
commit2e36ea55a354c5f8e30686ac11bcbe1eae7aecfc (patch)
treeb0d766a1e160d744aa39c7f72cba187204ac8491 /examples
parent06dd8fc61fa1764bb18fef6ffd85495fe1ab0e3e (diff)
downloadlibgd-2e36ea55a354c5f8e30686ac11bcbe1eae7aecfc.tar.gz
- fix window example build
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 6a15d17..d920d8f 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -37,7 +37,7 @@ ENDFOREACH(test_name)
if (WIN32 AND NOT MINGW AND NOT MSYS)
add_executable(windows WIN32 "windows.c")
- target_link_libraries (${test_name} ${GD_LIB})
+ target_link_libraries (windows ${GD_LIB})
else (WIN32 AND NOT MINGW AND NOT MSYS)
if (MINGW OR MSYS)
add_executable(windows "windows.c")