]> granicus.if.org Git - libevent/commit
Initial CMake commit.
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 9 Dec 2013 17:05:32 +0000 (18:05 +0100)
committerJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 9 Dec 2013 17:05:32 +0000 (18:05 +0100)
commite415196a7da61ba32decf508ae4076d7ae5faf20
tree1726f0d47eb611e8bba432ecb27bbdb1ec449277
parent3d10541474ac371b82dc05250735817cef2a8025
Initial CMake commit.
13 files changed:
CMakeLists.txt [new file with mode: 0644]
WIN32-Code/event2/event-config.h [deleted file]
WIN32-Code/getopt.c [new file with mode: 0644]
WIN32-Code/getopt.h [new file with mode: 0644]
WIN32-Code/getopt_long.c [new file with mode: 0644]
cmake/CheckFileOffsetBits.c [new file with mode: 0644]
cmake/CheckFileOffsetBits.cmake [new file with mode: 0644]
cmake/CheckFunctionExistsEx.c [new file with mode: 0644]
cmake/CheckFunctionExistsEx.cmake [new file with mode: 0644]
cmake/CheckPrototypeDefinition.c.in [new file with mode: 0644]
cmake/CheckPrototypeDefinition.cmake [new file with mode: 0644]
event-config.h.cmake [new file with mode: 0644]
test/bench_cascade.c