Added texture, assets, tools and texture loading.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user