adjust output
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(simulator)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
|
||||
endif()
|
||||
file(GLOB_RECURSE sources "src/*.cpp")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
Reference in New Issue
Block a user