aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Make the code independent of config.hJisi Liu2015-06-161-7/+7
| | | | | | | | | | | | | Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather than providing a config.h - Make pbconfig.h a manually written file to handle hash conditions according to platform related macros. - Remove #include "config.h" from source code. - Changed the configure.ac and Makefile.am to pass down the macros. - Change cmake to pass down the the macros. Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
* Update ./update_file_lists.sh.Feng Xiao2015-06-051-0/+5
| | | | Make it executable and generate extract_includes.bat in the same directory.
* Add back incorrectly excluded cmake targets.Feng Xiao2015-06-051-1/+2
|
* Add an cmake option to exclude tests.Feng Xiao2015-06-041-2/+4
|
* Add cmake support.Feng Xiao2015-05-311-0/+70