switch/case with enums
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(Hueta)
|
||||
project(test_app)
|
||||
set(CMAKE_CXX_STANDART 17)
|
||||
add_executable(Hueta main.cpp)
|
||||
add_executable(test_app main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user