Separating tools slowly

This commit is contained in:
2023-03-20 12:17:36 -07:00
parent 5dd01b3be7
commit a63e9d3242
5 changed files with 57 additions and 49 deletions

View File

@ -6,9 +6,9 @@
# Check for build target, or default. This is pretty much not guaranteed.
if(NOT DEFINED DAWN_BUILD_TARGET)
if(WIN32)
set(DAWN_BUILD_TARGET "target-rose-win32-glfw")
set(DAWN_BUILD_TARGET "target-helloworld-win32-glfw")
elseif(UNIX AND NOT APPLE)
set(DAWN_BUILD_TARGET "target-rose-linux64-glfw")
set(DAWN_BUILD_TARGET "target-helloworld-linux64-glfw")
endif()
endif()

View File

@ -0,0 +1,6 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
set(DAWN_BUILDING dawntools CACHE INTERNAL ${DAWN_CACHE_TARGET})