summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Build: Add option to link against libwebkit-gtk3.dominique.leuenberger@gmail.com2011-03-291-0/+2
| | | | | | | CMake option "WITH_WEBKIT3" git-svn-id: http://libproxy.googlecode.com/svn/trunk@793 c587cffe-e639-0410-9787-d7902ae8ed56
* really fix the bindings on win32 issue this timenpmccallum2010-09-291-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@768 c587cffe-e639-0410-9787-d7902ae8ed56
* fix a typo which caused bindings to be built ONLY on win32 instead of EXCEPT ↵npmccallum2010-09-291-1/+1
| | | | | | on win32 git-svn-id: http://libproxy.googlecode.com/svn/trunk@765 c587cffe-e639-0410-9787-d7902ae8ed56
* make win32 build work againnpmccallum2010-09-261-1/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@762 c587cffe-e639-0410-9787-d7902ae8ed56
* Add "" to avoid syntact error when variable is unsetnicolas.dufresne2010-08-191-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@738 c587cffe-e639-0410-9787-d7902ae8ed56
* Check libmodman version and allow forcing system onenicolas.dufresne2010-08-191-4/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@737 c587cffe-e639-0410-9787-d7902ae8ed56
* C# bindings: add the pre-requisite .cmake extensionsdominique.leuenberger2010-07-071-0/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@709 c587cffe-e639-0410-9787-d7902ae8ed56
* CMAKE: Explicitly set policy CMP0011dominique.leuenberger2010-07-061-0/+3
| | | | | | | | See cmake --help-policy CMP0011 for details (this silences some warnings that are spewed out with cmake > 2.6.2) git-svn-id: http://libproxy.googlecode.com/svn/trunk@707 c587cffe-e639-0410-9787-d7902ae8ed56
* Revert "Fixed required cmake version to 2.8"nicolas.dufresne2010-06-141-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@703 c587cffe-e639-0410-9787-d7902ae8ed56
* Make find_package() quiet on libmodman to avoid long warningnicolas.dufresne2010-06-141-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@702 c587cffe-e639-0410-9787-d7902ae8ed56
* Fixed required cmake version to 2.8nicolas.dufresne2010-06-141-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@700 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix KDE builds and tests, fixes #127 and #128npmccallum2010-06-131-0/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@694 c587cffe-e639-0410-9787-d7902ae8ed56
* rearrainge the build system ; make libmodman optionally build against ↵npmccallum2010-06-121-61/+13
| | | | | | external libmodman ; please test git-svn-id: http://libproxy.googlecode.com/svn/trunk@693 c587cffe-e639-0410-9787-d7902ae8ed56
* Update for version 0.4.3nicolas.dufresne2010-06-071-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@691 c587cffe-e639-0410-9787-d7902ae8ed56
* Include BUILD_TESTING option through CTestnicolas.dufresne2010-05-261-0/+2
| | | | | | | | By including CTest we can Standard option BUILD_TESTING which should be used to make test compilation conditional. Also move test specific CMakeLists.txt into separate file. git-svn-id: http://libproxy.googlecode.com/svn/trunk@678 c587cffe-e639-0410-9787-d7902ae8ed56
* Update for version 0.4.2nicolas.dufresne2010-05-191-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@673 c587cffe-e639-0410-9787-d7902ae8ed56
* Update for version 0.4.1nicolas.dufresne2010-05-181-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@668 c587cffe-e639-0410-9787-d7902ae8ed56
* Cmake: We do no longer need any own cmake extensions. As such we also can ↵dominique.leuenberger2010-03-281-4/+1
| | | | | | filter *.cmake from packaging again git-svn-id: http://libproxy.googlecode.com/svn/trunk@639 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: Integrate the perl bindings in our CMake Build Systemdominique.leuenberger2010-03-281-1/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@633 c587cffe-e639-0410-9787-d7902ae8ed56
* cmake: Add a Findlibproxy.cmake to our bundle.dominique.leuenberger2010-03-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings. git-svn-id: http://libproxy.googlecode.com/svn/trunk@604 c587cffe-e639-0410-9787-d7902ae8ed56
* here's the real fix for issue 88npmccallum2010-03-061-16/+16
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@601 c587cffe-e639-0410-9787-d7902ae8ed56
* enable optimization for binary file sizenpmccallum2010-03-051-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@594 c587cffe-e639-0410-9787-d7902ae8ed56
* move all our relative paths into the cache so that they are user adjustablenpmccallum2010-03-011-10/+10
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@589 c587cffe-e639-0410-9787-d7902ae8ed56
* update files for releasenpmccallum2010-02-251-3/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@585 c587cffe-e639-0410-9787-d7902ae8ed56
* add cpack stuff to cmakenpmccallum2010-02-251-1/+18
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@584 c587cffe-e639-0410-9787-d7902ae8ed56
* require cmake 2.8npmccallum2010-02-111-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@539 c587cffe-e639-0410-9787-d7902ae8ed56
* massive rework; split off libmodman; make unit tests for libmodman; remove ↵npmccallum2010-02-051-0/+4
| | | | | | config_wpad; remove config_file (both intenal and module); remove config ordering support; merge lukas' kde plugin rework git-svn-id: http://libproxy.googlecode.com/svn/trunk@513 c587cffe-e639-0410-9787-d7902ae8ed56
* config_w32reg actually works now, including ignore support; other misc win32 ↵npmccallum2010-02-041-5/+13
| | | | | | fixes git-svn-id: http://libproxy.googlecode.com/svn/trunk@512 c587cffe-e639-0410-9787-d7902ae8ed56
* fix cmake bug causing errors when deps not foundnpmccallum2010-01-261-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@508 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix compilation warnings on win32npmccallum2010-01-231-1/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@496 c587cffe-e639-0410-9787-d7902ae8ed56
* make visibility hidden by default and begin to export symbols; minor reworknpmccallum2010-01-231-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@492 c587cffe-e639-0410-9787-d7902ae8ed56
* misc win32 compilation fixesnpmccallum2010-01-191-2/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@482 c587cffe-e639-0410-9787-d7902ae8ed56
* make the check for 64bit libdir a bit more elegant; add global cxx flagsnpmccallum2010-01-171-5/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@468 c587cffe-e639-0410-9787-d7902ae8ed56
* new build system: CMakenpmccallum2010-01-161-0/+35
git-svn-id: http://libproxy.googlecode.com/svn/trunk@455 c587cffe-e639-0410-9787-d7902ae8ed56