ENH: CMake: output all executable/libs into one single directory
This commit is contained in:
parent
86da5c2589
commit
f9c5f4565a
|
@ -6,4 +6,4 @@ Basic instructions on how to build using CMake (CMake 2.4.5 or newer is required
|
||||||
cd bin
|
cd bin
|
||||||
cmake .. -DBUILD_EXAMPLES:BOOL=ON
|
cmake .. -DBUILD_EXAMPLES:BOOL=ON
|
||||||
make
|
make
|
||||||
./codec/j2k_to_image
|
./bin/j2k_to_image
|
||||||
|
|
Loading…
Reference in New Issue