aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake does not have convenience libraries like automake.Josh Blum2010-02-151-5/+10
| | | | | Removed the nested lib CMakeLists.txt in favor of a single top level lib/CMakeLists.txt for building the shared library.
* Added CMakeLists.txt for the include dir.Josh Blum2010-02-151-0/+2
| | | | | Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags.
* Created CMakeLists.txt for a CMake build.Josh Blum2010-02-151-0/+33
Only created the files for building, install part missing.