Stefano Babic
6 years ago
commit
31c7853bc8
3 changed files with 12 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
cmake_minimum_required (VERSION 2.6) |
||||
|
project (libubootenv) |
||||
|
|
||||
|
# The version number. |
||||
|
set (libubootenv_VERSION_MAJOR 1) |
||||
|
set (libubootenv_VERSION_MAJOR_VERSION_MINOR 0) |
||||
|
|
||||
|
include_directories ("${PROJECT_SOURCE_DIR}/src") |
||||
|
add_subdirectory (src) |
||||
|
|
@ -0,0 +1 @@ |
|||||
|
add_library(libubootenv uboot_env.c) |
@ -0,0 +1 @@ |
|||||
|
#include <stdio.h> |
Loading…
Reference in new issue