BeaEngine / beaengine

BeaEngine disasm project
515 stars 122 forks source link

Could please fix library directory location #5

Closed ww898 closed 5 years ago

ww898 commented 8 years ago

Could you please use ${CMAKE_BINARY_DIR} instead of ${CMAKE_SOURCE_DIR} for lib and bin directories in CMakeLists.txt?

set (myLIB_OUTPUT "${CMAKE_SOURCE_DIR}/lib/${myQualification}" )
set (myBIN_OUTPUT "${CMAKE_SOURCE_DIR}/bin/${myQualification}")