Skip to content

Commit

Permalink
Merge pull request #23 from wenyongh/master
Browse files Browse the repository at this point in the history
Import app manager, samples and test-tools, and re-org directories and files
  • Loading branch information
wenyongh authored May 17, 2019
2 parents b84f20a + dd5b133 commit 6d8a9ff
Show file tree
Hide file tree
Showing 162 changed files with 21,155 additions and 515 deletions.
260 changes: 198 additions & 62 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 6d8a9ff

Please sign in to comment.