aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
* Avoid .la files getting removed on "make clean"Pierre Ossman2024-10-291-2/+4
* Handle REQUIRED in our CMake "find" modulesPierre Ossman2023-04-174-0/+17
* Create .la files at the end of the cmake runPierre Ossman2023-01-101-11/+32
* Bail on missing librariesPierre Ossman2023-01-101-2/+2
* Fall back to dynamic libraries in .la filesPierre Ossman2023-01-101-3/+7
* Respect library search pathsPierre Ossman2023-01-101-1/+7
* Include other targets in .la filesPierre Ossman2023-01-101-2/+5
* Handle alternative library suffixesPierre Ossman2023-01-101-1/+9
* Make sure frameworks are included in .la filesPierre Ossman2023-01-101-1/+9
* Remove unnecessary regexp \\Pierre Ossman2023-01-101-3/+3
* Fix static library check regexpPierre Ossman2023-01-101-1/+1
* Get target libraries from INTERFACE_LINK_LIBRARIESPierre Ossman2023-01-101-4/+6
* Use correct FATAL_ERROR CMake optionPierre Ossman2023-01-101-1/+1
* Add fallback for finding gmpPierre Ossman2022-09-011-1/+5
* Split gmp detection to separate modulePierre Ossman2022-09-012-4/+10
* Add support for RSA-AES security typespdlan2022-09-011-0/+20
* Find FFMPEG using pkg-configPierre Ossman2022-06-071-0/+17
* Use pkg-config for pixmanPierre Ossman2022-06-071-39/+8
* Switch region code to pixmanPierre Ossman2020-05-011-0/+40
* Improve test if library is a CMake targetPierre Ossman2017-10-061-2/+1
* Avoid getting LOCATION propertyPierre Ossman2017-10-061-3/+2
* spelling fixesklemens2017-01-281-1/+1
* Update .la files on each buildPierre Ossman2016-12-151-0/+4
* Set libdir in generated .la filesPierre Ossman2015-04-301-1/+1
* Handle static linking flags in .la filesPierre Ossman2014-11-031-11/+28
* Handle arguments that have the -l prefixPierre Ossman2014-11-031-0/+6
* Split up any entries that contain multiple link argumentsPierre Ossman2014-11-031-0/+12
* The output variable from find_library() needs to be clearedPierre Ossman2014-11-031-0/+4
* Remove obsolete reference to staticlibPierre Ossman2014-11-031-4/+0
* Clean up GnuTLS linking and instructionsPierre Ossman2014-10-172-72/+0
* Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt us...Brian Hinz2014-02-192-0/+72
* Use CMAKE_COMMAND variable instead of hard coded cmake executable name for be...Brian Hinz2013-04-271-2/+2
* (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif...DRC2011-08-091-0/+4
* Fix several bugs in the generation of .la filesDRC2011-06-221-3/+3
* Translate comments into English and remove blindingly obvious ones.DRC2011-06-221-28/+32
* Tabs to spacesDRC2011-06-221-31/+31
* libtool control file should be created in binary directory, not source direct...DRC2011-06-091-4/+4
* - Fixed so the library suffix is platformindependentHenrik Andersson2011-06-091-1/+9
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+92
* Finish up the gettext handling in CMake. The included functions in CMake onlyPierre Ossman2011-04-281-0/+66