summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorpajoye <none@none>2008-01-15 11:10:00 +0000
committerpajoye <none@none>2008-01-15 11:10:00 +0000
commit1cde5eda0da9e76bd0e5d5581e5b73b442d18c6d (patch)
tree3ba45b99a30226e0a303da1c1e49d6d5f69cd3e8 /examples
parent803e160b53b5e904d67b7964849b4d43fdc0700c (diff)
downloadlibgd-1cde5eda0da9e76bd0e5d5581e5b73b442d18c6d.tar.gz
- add nnquant to the build
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 8b052f8..468ccce 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -5,6 +5,7 @@ include_directories (BEFORE ${GD_SOURCE_DIR}/src "${CMAKE_BINARY_DIR}")
SET(TESTS_FILES
tgaread
crop
+ nnquant
)
if (JPEG_FOUND)