History log of /seL4-camkes-master/projects/capdl/CMakeLists.txt
Revision Date Author Comments
# 9f1ba467 17-Jun-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert to SPDX license tags

This includes marking all documentation files CC-BY-SA-4.0.


# a09b2f20 14-Mar-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Move object_sizes to capdl

This defines a custom target object_sizes which preprocesses a YAML file
to contain seL4 object size constants that can then be imported by
python-capdl-tool. This was previously located in the camkes-tool
repository but is moved here as it is more specific to capdl than
Camkes.


# 0bc45889 23-Jul-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Add toplevel CMakeLists.txt

This calls add_subdirectory on the capdl-loader-app cmake project