ENH: CMake: output all executable/libs into one single directory
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 6 Sep 2007 11:01:10 +0000 (11:01 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 6 Sep 2007 11:01:10 +0000 (11:01 +0000)
README.cmake

index 9d225690b371a6e68ea272b7cc4d3325de4bafbb..2079bd482439b921738b96d6854a04148aa9874c 100644 (file)
@@ -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