Skip to content

Commit

Permalink
Merge pull request #4 from intel/master
Browse files Browse the repository at this point in the history
sync upstream
  • Loading branch information
Weining2019 authored May 17, 2019
2 parents 2da1d4d + 726ba1d commit 8cc885f
Show file tree
Hide file tree
Showing 164 changed files with 21,797 additions and 1,058 deletions.
357 changes: 247 additions & 110 deletions README.md

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions core/app-mgr/app-manager/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright (C) 2019 Intel Corporation. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

include_directories (.
include
platform/include
platform/${PLATFORM}
../classlib/include
utils/coap/er-coap
utils/coap/extension
../external/iwasm/include)


file (GLOB_RECURSE source_all ../../app-manager/*.c)

add_library (appmgrlib ${source_all})

Loading

0 comments on commit 8cc885f

Please sign in to comment.