aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/UseMakePluginReg.cmake
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07CMake: Reduce "Generating plugin.c" noise during the buildPeter Wu1-3/+5
With Ninja, the build is unnecessarily noisy: [21/81] Generating plugin.c Generated plugin.c for l16_mono. [22/81] Generating plugin.c Generated plugin.c for G711. Avoid writing `Generated plugin.c for G711` and generate a single line such as `Generating plugins/codecs/G711/plugin.c` instead. Do not write the absolute path to plugin.c, this should hopefully help with reproducible builds that are independent of the build directory.
2017-11-20Rename UseMakeDissectorReg.cmakeJoão Valverde1-0/+18
Change-Id: I2723e7f0309dbe21f23b65818fbea3a7eadf13d4 Reviewed-on: https://code.wireshark.org/review/24514 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>