Add Comments.

master
fengqiangguo 2023-08-06 11:21:28 +08:00
parent 9e63f8d35a
commit f1e5a8e03d
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.10)
# C++
set(CMAKE_CXX_STANDARD 11)
project(AbstractFatory)
@ -6,5 +8,7 @@ project(AbstractFatory)
set(SRC_LIST main.cpp)
add_executable(app ${SRC_LIST})
# makefile
set(WORK_DIR ../)
set(EXECUTABLE_OUTPUT_PATH ${WORK_DIR})