Use Cmake and make libam7xxx a shared library
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 13 Jan 2012 02:20:14 +0000 (03:20 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 13 Jan 2012 12:23:13 +0000 (13:23 +0100)
commit3339bee3f62dbfa3586cc4db5201f7fc704ab037
tree7b123352cf8411159665437c3fca5343b5c322cb
parent98446344ce24a7fee8f1609d4d4e655b136b7fbf
Use Cmake and make libam7xxx a shared library

Also move the source code to a src/ subdirectory in order to avoid
cluttering the project root dir.
CMakeLists.txt [new file with mode: 0644]
Makefile [deleted file]
am7xxx.c [deleted file]
am7xxx.h [deleted file]
cmake_modules/Findlibusb-1.0.cmake [new file with mode: 0644]
picoproj.c [deleted file]
src/CMakeLists.txt [new file with mode: 0644]
src/am7xxx.c [new file with mode: 0644]
src/am7xxx.h [new file with mode: 0644]
src/libam7xxx.pc.in [new file with mode: 0644]
src/picoproj.c [new file with mode: 0644]