summaryrefslogtreecommitdiff
path: root/cmake/AddEventLibrary.cmake
Commit message (Expand)AuthorAgeFilesLines
* Make dependency paths relocatableIngo Bauersachs2023-05-161-21/+10
* cmake: Only use relative paths for install DESTINATION option (#1405)Jeremy W. Murphy2023-05-151-2/+2
* Use GNUInstallDirs for mapping installation directoriesJonathan Ringer2023-05-141-4/+4
* Set RPATH only if installation is done into non system directoryAzat Khuzhin2022-01-151-2/+1
* cmake: Fix generted pkgconfig files.Biswapriyo Nath2021-05-051-2/+2
* cmake: do not link libevent with libevent_coreLoïc Yhuel2020-11-231-0/+1
* cmake: set rpath for libraries on linuxyuangongji2020-01-241-1/+2
* cmake: use CMAKE_LIBRARY_OUTPUT_DIRECTORY for the final shared library symlinkAzat Khuzhin2019-11-301-2/+2
* cmake: improve package config fileyuangongji2019-11-141-24/+64
* cmake: eliminate duplicate installation of public headersyuangongji2019-10-251-11/+0
* cmake: install shared library only if it was requestedAzat Khuzhin2019-07-121-1/+1
* cmake: set library names to be the same as with autotoolsyuangongji2019-07-111-8/+46
* cmake: introduce EVENT__LIBRARY_TYPE optionAzat Khuzhin2018-11-231-33/+48
* cmake: ensure windows dll's are installed as well as lib filesPhilip Herron2018-04-091-0/+1
* cmake: use APPEND during exporting targets (for old cmake)Azat Khuzhin2017-03-141-0/+1
* cmake: fix pkgconfig generation (copy-paste typo)Azat Khuzhin2017-03-131-2/+2
* cmake: fix export absolute path and relative path and cleanup a bitAzat Khuzhin2017-03-131-6/+3
* cmake: generate and install pkgconfig filesAzat Khuzhin2017-03-131-0/+29
* cmake: build SHARED and STATIC libraries (like autoconf does)Azat Khuzhin2017-03-131-0/+82