vk-book/Chapter01/01_CMake/CMakeLists.txt
2025-05-23 21:13:53 -04:00

4 lines
138 B
CMake

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