.. Copyright 2023 CMakePP .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. .. You may obtain a copy of the License at .. .. http://www.apache.org/licenses/LICENSE-2.0 .. .. Unless required by applicable law or agreed to in writing, software .. distributed under the License is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. See the License for the specific language governing permissions and .. limitations under the License. ############### Getting Started ############### This part provides some helpful information for users who want to get started using CMakePPLang. If you are unfamiliar with the CMake language, it is best to start by learning the basics of the CMake language (`CMake introduction`_, `CMake development tutorial`_). If you are already familiar with the CMake language, start by :ref:`auto-downloading-cmakepplang` and then move on to :ref:`cmakepplang-examples` to learn the basics of using CMakePPLang. .. toctree:: :maxdepth: 3 obtaining_cmakepplang cmakepp_examples/index example_project .. References: .. _CMake introduction: https://cmake.org/cmake/help/latest/index.html .. _CMake development tutorial: https://cmake.org/cmake/help/latest/guide/tutorial/index.html