cmake_minimum_required(VERSION 3.15) project(XCEngine_RenderingTests) add_subdirectory(unit) add_subdirectory(integration)