Skip to content

Commit

Permalink
Moved the initisalisers
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Feb 13, 2022
1 parent 43b615b commit 7723f39
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 227 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
cmake_minimum_required(VERSION 3.1.0)

set(CMAKE_CXX_STANDARD 11)

if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()

project(LSM9DS1_RaspberryPi_Library LANGUAGES CXX)
project(LSM9DS1_RaspberryPi_Library VERSION 2.0.0 LANGUAGES CXX)
include(GNUInstallDirs)
add_subdirectory(example)

Expand Down
Loading

0 comments on commit 7723f39

Please sign in to comment.