Prerequisites To build and run Cmake C++20 Modules, you will need the following:
- C++20 or later
- CMake 3.26 or newer
- Visual Studio 2022 17.4 (19.34) or newer
To build Cmake C++20 Modules:
- Clone the repository:
git clone https://github.com/kybuivan/cmake-cpp20-modules.git
- Initialize the cmake submodule recursively:
cd cmake-cpp20-modules
git submodule update --init --recursive
- Create a build directory:
mkdir build
cd build
- Run CMake:
cmake -Wno-dev ..
- Build the project:
cmake --build .
To run Cmake C++20 Modules, simply execute the cmake_cpp20_modules executable that was built in the previous step.
This project is licensed under the Apache-2.0 license - see the LICENSE file for details.