We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcbecbc + c537edb commit 5cf043bCopy full SHA for 5cf043b
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.10)
2
3
-project(beebasm)
+project(beebasm LANGUAGES CXX)
4
5
add_compile_options(-Wall -W -Wcast-qual -Wshadow -Wcast-align -Wold-style-cast -Woverloaded-virtual)
6
0 commit comments