darklost / android-cmake

Automatically exported from code.google.com/p/android-cmake
0 stars 0 forks source link

Target files are written to the source directory not build directory #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Target executables are written to ${CMAKE_SOURCE_DIR}/bin and libraries to 
${CMAKE_SOURCE_DIR}/libs. This pollutes the source directory. The output should 
go to ${CMAKE_CURRENT_BINARY_DIR}.

Original issue reported on code.google.com by bpetkant...@gmail.com on 4 Sep 2012 at 1:53