Skip to content

Commit

Permalink
Merge pull request #93 from ccawley2011/cmake-language
Browse files Browse the repository at this point in the history
Specify the language used by CMake
  • Loading branch information
mungre authored Nov 4, 2023
2 parents dcbecbc + c537edb commit 5cf043b
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,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(beebasm)
project(beebasm LANGUAGES CXX)

add_compile_options(-Wall -W -Wcast-qual -Wshadow -Wcast-align -Wold-style-cast -Woverloaded-virtual)

Expand Down

0 comments on commit 5cf043b

Please sign in to comment.