use the CMake to implement build system
authoryang <yang.zhang@arm.com>
Thu, 21 Jun 2012 02:20:53 +0000 (10:20 +0800)
committeryang <yang.zhang@arm.com>
Thu, 21 Jun 2012 02:20:53 +0000 (10:20 +0800)
commitb95b74bd1b7b4da41eac3521ae7b5993ada49a56
tree06f2117031d12b5ed69eeaf6251fa992e185e640
parent2f07594d0a239212c987266610ebb4dd52b98595
use the CMake to implement build system
    1. added the CMakeLists.txt for cmake build system
    2. added the config.cmake for cross-compiling
    3. copy the NE10_test.c to ./test/ directory for test sample
    4. updated ReleaseNote
CMakeBuilding.txt [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
ReleaseNote.txt
config.cmake [new file with mode: 0644]
source/CMakeLists.txt [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/NE10_test.c [new file with mode: 0644]