How to Work with CMake
In brief, CMake is all about targets and properties
CMake Project Structure
A typical CMake project can be regarded to has three Tree
:
Source Tree:
project_root
├── CMakeLists.txt
├── simple_example.cpp
In brief, CMake is all about targets and properties
A typical CMake project can be regarded to has three Tree
:
Source Tree:
project_root
├── CMakeLists.txt
├── simple_example.cpp