vk-book/Chapter01/01_CMake/CMakeLists.txt

5 lines
138 B
Text
Raw Normal View History

2025-05-23 21:13:53 -04:00
cmake_minimum_required(VERSION 3.19)
project(Chapter01)
include(../../CMake/CommonMacros.txt)
SETUP_APP(Ch01_Sample01_Cmake "Chapter 01")