aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Update version number in preparation for 1.13Arseny Kapoulkine1-1/+1
2022-10-20Fix exported symbols under clang-cl (Closes #503)Izzy Muerte1-2/+5
2022-09-25Correctly set default visibility on non-windows compilersMilian Wolff1-1/+3
2022-02-08Update version to 1.12Arseny Kapoulkine1-2/+2
2021-08-07Set CMP0091 CMake policyArseny Kapoulkine1-0/+5
2021-08-07Update CMakeLists.txtArseny Kapoulkine1-15/+2
2021-06-28Store definitions in variable to avoid duplicationBjörn Blissing1-20/+18
2021-06-28Make some compile definitions publicBjörn Blissing1-3/+5
2021-06-28Fix generator expressionsBjörn Blissing1-20/+20
2021-06-28Move advanced memory settings into target defs.Björn Blissing1-25/+13
2021-06-28Check for existence of long longBjörn Blissing1-0/+4
2021-06-28Add options to build targetsBjörn Blissing1-25/+16
2021-06-28Mark advanced options and removed redundant onesBjörn Blissing1-25/+3
2021-06-28Add Cmake options for pugiconfig.hppBjörn Blissing1-0/+70
2021-06-19Reverted to use of global BUILD_SHARED_LIBS optionBjörn Blissing1-9/+10
2021-06-19Use target_compile_definitions for custom definesBjörn Blissing1-7/+7
2021-06-15Re-introduced the custom build definesBjörn Blissing1-0/+9
2021-06-15Add PUGIXML as prefix to CMake optionsBjörn Blissing1-17/+18
2020-11-25Update version to 1.11 and update documentationArseny Kapoulkine1-1/+1
2020-07-15Fix debug postfix in pkgconfig fileWolfgang Stöggl1-0/+10
2020-07-06[Cmake] Static build should not export APIsJulian Xhokaxhiu1-3/+0
2020-04-27Export targets from build directoryKyle Edwards1-0/+3
2020-04-27Use COMPONENT arguments in install() commandsKyle Edwards1-7/+23
2020-04-27Fix multiple-rules-for-target errorKyle Edwards1-71/+57
2020-02-07Update CMakeLists.txt to rename the static and shared libraries to pugixmlGianfranco Costamagna1-1/+2
2019-12-06Add POSITION_INDEPENDENT_CODE option Arnaud Botella1-0/+1
2019-10-17:bug: Fix incorrect installation location for exported CMake targetsIsabella Muerte1-2/+2
2019-10-06:bug: Fix install locations for pkgconfig *and* cmakeIsabella Muerte1-2/+2
2019-10-06:fire: Remove commented out CMake codeIsabella Muerte1-16/+0
2019-10-01Adjust MSVC runtime settings as requested.Isabella Muerte1-20/+22
2019-09-30Update `check` command to output text on failureIsabella Muerte1-2/+3
2019-09-28:sparkles: Update CMake to modern approachIsabella Muerte1-73/+171
2019-09-28:construction: Begin moving pugixml to modern(ish) CMakeIsabella Muerte1-20/+29
2019-09-21Move pugixml.rc to scripts/Arseny Kapoulkine1-1/+2
2019-09-19Add: Windows DLL version info header (#298)lady mesh1-2/+5
2019-09-11Update version to 1.10Arseny Kapoulkine1-1/+1
2019-08-04fix cmake option USE_POSTFIX (#283)Matan Nassau1-1/+1
2019-07-25fix running tests (#280)Artur Leonov1-1/+1
2019-02-06Refactor CMakeLists.txt support for multiple targetsArseny Kapoulkine1-57/+29
2019-02-06make pugixml build static and shared via cmake (#257)basti1711-14/+65
2018-12-10pkg-config: Use CMake GnuInstallDirs FULL varsMillian Poquet1-1/+1
2018-08-13Minor CMakeLists.txt cleanupArseny Kapoulkine1-1/+1
2018-06-26Use CMAKE_INSTALL_LIBDIR for pugixml.pc (#215)Wolfgang Stöggl1-1/+1
2018-06-20fix cmake warning "Policy CMP0048 is not set" (#214)Bernd Amend1-5/+4
2018-04-27Move CMake build postfix setup behind an off-by-default USE_POSTFIXArseny Kapoulkine1-1/+2
2018-04-11Suffixes for different build types (#191)Alexander Straub1-0/+4
2018-04-09cmake: always install the pkg-config file (#193)Eli Schwartz1-6/+4
2018-04-02Update version to 1.9Arseny Kapoulkine1-1/+1
2018-01-29cmake: keep sources and headers separateBen Boeckel1-3/+3
2018-01-29cmake: set the minimum version before the project callBen Boeckel1-2/+2