CMake executable minimal example
This CMakeLists.txt
builds an executable called main
from main.cpp
:
add_executable(main main.cpp)
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow