update
This commit is contained in:
parent
91fdc3afcc
commit
7dfbb55ae5
@ -1,6 +1,14 @@
|
|||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
|
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
add_compile_options(-Wall)
|
||||||
|
|
||||||
|
if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
|
||||||
|
Message("Is in [Release] mode")
|
||||||
|
else()
|
||||||
|
Message("Is in [NotRelease] mode")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
project(alogrithm_2024)
|
project(alogrithm_2024)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user