aboutsummaryrefslogtreecommitdiff
path: root/tests/server/CMakeLists.txt
AgeCommit message (Expand)Author
2020-05-12CMake: do not build test programs by defaultPeter Wu
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2018-09-23whitespace fixesViktor Szakats
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-02-23spelling fixesViktor Szakats
2017-08-03CMake: set MSVC warning level to 4Marcel Raad
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2014-11-10cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu
2014-10-09Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski
2013-07-17cmake: Fix for MSVC2010 project generationSergei Nikulov
2013-02-04cmake: Fix mingw buildMatt Arsenault
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2010-02-14removed trailing whitespaceYang Tse
2009-07-14ENH: add optional support for c-aresBill Hoffman
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-06-09ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman
2009-04-10Adjust commentYang Tse
2009-04-09Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil
2009-04-08(Minor update) Added labal prefixes to tests targetsBenoit Neil
2009-04-08Added special define for tests that directly include libcurl sources.Benoit Neil
2009-04-08Fixed compile defines in CMake scriptsBenoit Neil
2009-04-07Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil
2009-04-07Fixed tests/server build (removed unnecessary link to libcurl).Benoit Neil
2009-04-06Added tests (exes) targets, refactor a few things.Benoit Neil