Init
This commit is contained in:
commit
d43806895e
6 changed files with 29 additions and 0 deletions
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
|
||||
project(BillySheet)
|
||||
|
||||
add_executable(BillySheet src/main.cpp)
|
||||
|
||||
set_target_properties(BillySheet PROPERTIES
|
||||
CXX_STANDARD 17
|
||||
CXX_STANDARD_REQUIRED ON
|
||||
CXX_EXTENSIONS OFF
|
||||
INTERPROCEDURAL_OPTIMIZATION ON
|
||||
UNITY_BUILD ON)
|
||||
Loading…
Add table
Add a link
Reference in a new issue