Added CMake build system (to facilitate Win64 builds)
commit8a81f9e1036637e21a47e14fb56bf64133546890
authorJames Lyon <jamesly0n@hotmail.com>
Sun, 21 Apr 2013 10:20:20 +0000 (21 11:20 +0100)
committerJames Lyon <jamesly0n@hotmail.com>
Sun, 21 Apr 2013 10:20:20 +0000 (21 11:20 +0100)
treefc7150b5f69bf24ddfe3bc0a7b94f4f23ec05926
parent05fa2e754b1f36f9dfb9e63b5c095765d64dd651
Added CMake build system (to facilitate Win64 builds)

Win32 build and tests work under CMake, however I haven't added
install code yet. Win64 build fails due to chkstk.S failing to
assemble.
CMakeLists.txt [new file with mode: 0644]
config.h.in [new file with mode: 0644]
libtcc.c
tccgen.c
tests/CMakeLists.txt [new file with mode: 0644]