cmake_minimum_required(VERSION 3.19) project(Chapter01) include(../../CMake/CommonMacros.txt) SETUP_APP(Ch01_Sample01_Cmake "Chapter 01")