DesignPattern/02.FactoryMethod/2.Code/CMakeLists.txt

3 lines
82 B
CMake

cmake_minimum_required(VERSION 3.10)
project(Example)
add_executable(app main.cpp)