summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2007-09-06 11:01:10 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2007-09-06 11:01:10 +0000
commitf9c5f4565add1c1d393746c7eba25c4d1ccdbd89 (patch)
treea9065cb9e7bc4b889b60257950cecf61737190f2
parent86da5c258945dcf27056a582487e7b1b8dfbeda7 (diff)
ENH: CMake: output all executable/libs into one single directory
-rw-r--r--README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 9d225690..2079bd48 100644
--- a/README.cmake
+++ b/README.cmake
@@ -6,4 +6,4 @@ Basic instructions on how to build using CMake (CMake 2.4.5 or newer is required
cd bin
cmake .. -DBUILD_EXAMPLES:BOOL=ON
make
- ./codec/j2k_to_image
+ ./bin/j2k_to_image