mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
initial commit of upm with hmc5883l support
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
14
CMakeLists.txt
Normal file
14
CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
project (upm)
|
||||
|
||||
set (SWIG_EXECUTABLE /usr/bin/swig)
|
||||
find_package (SWIG REQUIRED)
|
||||
include (${SWIG_USE_FILE})
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(MAA maa>=0.1.1)
|
||||
|
||||
set (CMAKE_SWIG_FLAGS "")
|
||||
|
||||
add_subdirectory (src)
|
||||
add_subdirectory (examples)
|
Reference in New Issue
Block a user