Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake does not have convenience libraries like automake. | Josh Blum | 2010-02-15 | 1 | -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 Blum | 2010-02-15 | 1 | -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 Blum | 2010-02-15 | 1 | -0/+33 |
Only created the files for building, install part missing. |