# CMakeList.txt ; CMake project for Aster Util Headers

cmake_minimum_required(VERSION 3.13)

target_sources(aster_core
PRIVATE
        "global.cpp"
        "instance.cpp"
        "physical_device.cpp"
        "device.cpp"
        "swapchain.cpp"
        "pipeline.cpp"
        "buffer.cpp"
        "image.cpp"
        "surface.cpp"
        "window.cpp"
        "sampler.cpp")
