# CMakeList.txt ; CMake project for Aster Core Headers

cmake_minimum_required(VERSION 3.13)

target_sources(aster_core
INTERFACE
        "global.h"
        "constants.h"
        "config.h"
        "instance.h"
        "physical_device.h"
        "device.h"
        "swapchain.h"
        "pipeline.h"
        "queue_allocation.h"
        "buffer.h"
        "image.h"
        "image_view.h"
        "surface.h"
        "size.h"
        "type_traits.h"
        "window.h"
        "sampler.h")
