Skip to content

Commit

Permalink
Merge pull request #14 from ffontaine/master
Browse files Browse the repository at this point in the history
CMakeLists.txt: fix build without C++
  • Loading branch information
raas authored Aug 16, 2022
2 parents d2cd3d3 + 059f674 commit 86a38c6
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(mbw VERSION 1.5)
project(mbw VERSION 1.5 LANGUAGES C)

add_executable(mbw mbw.c)
install(TARGETS mbw DESTINATION bin)

0 comments on commit 86a38c6

Please sign in to comment.