aboutsummaryrefslogtreecommitdiff
path: root/cmocka-config.cmake.in
AgeCommit message (Collapse)AuthorFilesLines
2019-10-22cmake: Fix usage of cmocka with build treeArnaud Gelas1-4/+4
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-09-18cmake: Use CMakePackageConfigHelpersAndreas Schneider1-3/+5
2018-09-11cmake: Do not use uninitialized variablesJan Kundrát1-3/+3
These variables were used without initialization, which means that the pkg-config files were being put into /pkgconfig, etc. Fixes: https://travis-ci.org/sysrepo/sysrepo/builds/426872891 Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-03-21cmake: Mark cmocka library and include dir as advancedAndreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2014-05-22cmake: Fix cmocka cmake-config files.Andreas Schneider1-2/+2
2014-01-20cmake: Add cmake config mode support.Andreas Schneider1-0/+11