blob: 79055b74916880249b85a06dd42fcc756d33399e [file] [log] [blame]
Jens Elofsson955288a2021-04-22 20:57:15 +02001#
Rajasekaran Kalidossaa3a3342024-04-19 13:18:04 +02002# SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
Jens Elofsson955288a2021-04-22 20:57:15 +02003# SPDX-License-Identifier: Apache-2.0
4#
5# Licensed under the Apache License, Version 2.0 (the License); you may
6# not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an AS IS BASIS, WITHOUT
13# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17
Rajasekaran Kalidossaa3a3342024-04-19 13:18:04 +020018#
19# Compile options
20#
21add_compile_options(-Werror)
22
Jens Elofsson701a63b2021-05-23 17:37:07 +020023# Build layer_by_layer_profiler
24add_subdirectory(layer_by_layer_profiler)
Jens Elofsson955288a2021-04-22 20:57:15 +020025
26# Build arm_profiler
27add_subdirectory(arm_profiler)
Jens Elofssona9817a12021-05-18 11:30:35 +020028
29# Build ethosu_monitor
30add_subdirectory(ethosu_monitor)
Anton Moberg07cf70b2021-07-07 11:08:17 +020031
32# Build ethosu_logging
Jonny Svärd5adf5a62022-02-09 16:42:10 +010033add_subdirectory(ethosu_log)
34
Mikael Olsson578af8f2023-12-11 17:24:49 +010035# Build ethosu_profiler
36add_subdirectory(ethosu_profiler)
37
Jonny Svärd5adf5a62022-02-09 16:42:10 +010038# Build crc lib
39add_subdirectory(crc)