diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-13 09:57:20 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-13 09:57:20 +0000 |
| commit | c7b646e23afd4875531b0f264aa47f9ee5b8d335 (patch) | |
| tree | b6709a5844c0f76b0d8c58ce2373226e2a3da2a0 /tests/CMakeLists.txt | |
| parent | 41add6882bc59e754d1ca08a6c651c39dbd26173 (diff) | |
[trunk] Add a small helper to spli ppm into 3 pgm files
Update issue 235
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 625199f7..a62ceaf9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -98,3 +98,5 @@ if(BUILD_JPIP) -DEXPECTED_MD5=${md5} -P ${PROJECT_SOURCE_DIR}/cmake/JPIPTestDriver.cmake) endif() endif() + +add_executable(ppm2rgb3 ppm2rgb3.c) |
