maa: Initial commit of maa, a python and nodejs I2C skeleton only
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
project (maa)
|
||||
|
||||
set(SWIG_EXECUTABLE /usr/bin/swig)
|
||||
FIND_PACKAGE(SWIG REQUIRED)
|
||||
INCLUDE(${SWIG_USE_FILE})
|
||||
|
||||
SET(CMAKE_SWIG_FLAGS "")
|
||||
|
||||
add_subdirectory (src)
|
||||
add_subdirectory (api)
|
||||
add_subdirectory (examples)
|
||||
Reference in New Issue
Block a user