Added texture, assets, tools and texture loading.

This commit is contained in:
2022-10-20 21:50:52 -07:00
parent ee1842be2c
commit 02e8fdd02c
40 changed files with 1627 additions and 15 deletions

View File

@ -3,8 +3,11 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Include tools
add_subdirectory(dawntools)
# Change what we are building
add_subdirectory(dawnpokergame)
add_subdirectory(${DAWN_BUILDING})
# Check the game project includes the target name
if(NOT DEFINED DAWN_TARGET_NAME)