ENH: CMake: output all executable/libs into one single directory

This commit is contained in:
Mathieu Malaterre 2007-09-06 11:01:10 +00:00
parent 86da5c2589
commit f9c5f4565a
1 changed files with 1 additions and 1 deletions

View 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