Import ubuscpp

domod
This commit is contained in:
2016-03-01 22:53:43 +01:00
parent 6288703488
commit 5564ad3b6e
27 changed files with 3115 additions and 0 deletions

7
lib/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
# CMakeLists files in this project can
# refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and
# to the root binary directory of the project as ${HELLO_BINARY_DIR}.
cmake_minimum_required (VERSION 2.8.11)
#add_subdirectory (alarmes)
add_subdirectory (ubuscpp/builders/cmake)