Skip to content

Commit

Permalink
make the project to use cxx as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim92 committed Nov 19, 2023
1 parent a345459 commit d2aea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8...3.17)
project(embedded_cli C)
project(embedded_cli C CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake-modules")

set(CMAKE_C_STANDARD 11)
Expand Down

0 comments on commit d2aea28

Please sign in to comment.