2020-08-28
step by step, various topics in one example
document & example → /Help/guide/tutorial in source coderesult of this step is in the next step's subfolder
01: Starting Point
minimum project requires only 3 lines in CMakeLists.txtcmake_minimum_required(VERSION 3.10)
project(Tutorial)
add_executable(Tutorial tutorial.cxx)
yipo guo changed 6 months agoView mode Like Bookmark