History log of /seL4-camkes-master/projects/camkes/apps/debug-simple/CMakeLists.txt
Revision Date Author Comments
# e653f3f9 02-Dec-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX

Also clarifies provenance of code in `apps/fdtgen/fdt_utils.c`

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# 9cd36c26 24-Jun-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Apply Kernel configuration in setting stage

We aim to run all settings.cmake files before the kernel's CMake scripts
are processed. This is in order to reach a stable Config cache within a
single invocation of cmake.


# a7debf34 15-May-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix style for recently changed files


# 6ec7ca6d 15-May-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Fail if incorrect arch selected

Forcing the architecture to the only supported architecture causes
confusing build output, as by the time that these CMakeLists.txt files
are processed, the architecture is immutable. Failing with an error
message is more helpful.


# dcad5dd2 26-Jul-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Update remainder apps to new camkes proj structure


# 2d2be2b9 15-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Port example CAmkES applications to cmake

Adds a cmake build definition for each of the 'apps' and provides a small wrapper
CMakeLists.txt for setting common options and picking the application to build.