Skip to content

Commit d3e5e50

Browse files
WenLY1xiaoxiang781216
authored andcommitted
add CMakeLists.txt for quickjs
1 parent 7ea9b90 commit d3e5e50

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

interpreters/quickjs/CMakeLists.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# ##############################################################################
2+
# apps/interpreters/quickjs/CMakeLists.txt
3+
#
4+
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5+
# license agreements. See the NOTICE file distributed with this work for
6+
# additional information regarding copyright ownership. The ASF licenses this
7+
# file to you under the Apache License, Version 2.0 (the "License"); you may not
8+
# use this file except in compliance with the License. You may obtain a copy of
9+
# the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations under
17+
# the License.
18+
#
19+
# ##############################################################################
20+
121
if(CONFIG_INTERPRETERS_QUICKJS)
222
set(QUICKJS_DIR ${CMAKE_CURRENT_LIST_DIR}/quickjs)
323

0 commit comments

Comments
 (0)