Skip to content

Commit

Permalink
added language
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVandezande committed Jun 23, 2021
1 parent 6875395 commit bc2fa41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.19)
project(LowLevelCInterfaces C)
project(LowLevelCInterfaces LANGUAGES C)

set(CMAKE_C_STANDARD 11)

add_library(LowLevelCInterfaces spi.h i2c.h)
add_library(LowLevelCInterfaces spi.h i2c.h)

SET_TARGET_PROPERTIES(LowLevelCInterfaces PROPERTIES LINKER_LANGUAGE C)

0 comments on commit bc2fa41

Please sign in to comment.