aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/UseCheckAPI.cmake
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14CMake: Have CheckAPI targets depend on the source filesJohn Thacker1-0/+2
This ensures that generated source files are present and up to date. It allows running the checkAPI target on a clean source tree, instead of after a build. Get rid of writing the dissector file list to a file and pass it in to the CMake command as a parameter so that it's easier to depend on the files.
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-9/+33
This generates a top level target, checkAPI, that is excluded from the ALL build target, so must be run separately. On Windows using a Visual Studio generator, call msbuild /p:Configuration=RelWithDebInfo checkAPI.vcxproj Change-Id: I44a57c564dcfc75499463b942436f4b920a82478 Reviewed-on: https://code.wireshark.org/review/14873 Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2015-03-26CMake cleanup for VS solutionGraham Bloice1-1/+1
Add FOLDER properties to targets to tidy up the VS solution Change-Id: Ia42e0e89fb490cd3dcd33b7c5f59eb0a27b74c7a Reviewed-on: https://code.wireshark.org/review/7822 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2015-01-11Update CMake "Project names" and FoldersGraham Bloice1-0/+1
This gives a more structured layout in Visual Studio Change-Id: I0da87a3e5ec759c69aeee031366cf287485cdac2 Reviewed-on: https://code.wireshark.org/review/6485 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Graham Bloice <graham.bloice@trihedral.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-11-18Beginnings of CheckAPI support. More diligence neededJörg Mayer1-0/+18
(need to seperate generated files into their own variables). svn path=/trunk/; revision=53407