Skip to content

Commit

Permalink
Import app manager, samples and test-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh committed May 17, 2019
1 parent b6e29e2 commit dd5b133
Show file tree
Hide file tree
Showing 164 changed files with 21,131 additions and 504 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 dd5b133

Please sign in to comment.