Added texture, assets, tools and texture loading.
This commit is contained in:
@ -7,4 +7,8 @@
|
||||
target_sources(${DAWN_TARGET_NAME}
|
||||
PRIVATE
|
||||
DawnPokerGame.cpp
|
||||
)
|
||||
)
|
||||
|
||||
tool_texture(texture_test texture_test.png texture_test)
|
||||
|
||||
add_dependencies(${DAWN_TARGET_NAME} texture_test)
|
Reference in New Issue
Block a user