Lines Matching refs:CMake
74 ### CMake ### subsection
79 It does provide files for CMake, which is a cross-platform tool that
84 Visual Studio 2015 does not provide CMake; an installer can be
89 When you run the installer, you should choose to add CMake to the system
92 CMake can also be installed as the Chocolatey package "cmake":
96 Visual Studio 2017 and later provide CMake, so you will not need to
97 install CMake if you have installed Visual Studio 2017 or later. They
98 include built-in support for CMake-based projects:
102 For Visual Studio 2017, make sure "Visual C++ tools for CMake" is
103 installed; for Visual Studio 2019, make sure "C++ CMake tools for
133 Visual Studio will run CMake; however, you will need to indicate where
136 To do this, go to Project > "Change CMake Settings" > pcap and:
152 Visual Studio will then re-run CMake. If that completes without errors,
153 you can build with CMake > "Build All".
158 Visual Studio will run CMake; however, you will need to indicate where
161 To do this, go to Project > "CMake Settings for pcap" and:
174 Visual Studio will then re-run CMake. If that completes without errors,