# Copyright (c) 2022 Dominic Masters # # This software is released under the MIT License. # https://opensource.org/licenses/MIT # Now validate we have a build target for real if(NOT DEFINED DAWN_BUILD_TARGET) set(DAWN_BUILD_TARGET "target-rpg-linux-glfw" CACHE INTERNAL ${DAWN_CACHE_TARGET}) endif() message("Building target ${DAWN_BUILD_TARGET}") # Include the build target add_subdirectory(${DAWN_BUILD_TARGET})