initial
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.28)
|
||||
project(mcolor)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
add_executable(mcolor main.cpp
|
||||
include/mcolor.h)
|
Reference in New Issue
Block a user