Added texture, assets, tools and texture loading.
This commit is contained in:
@ -9,5 +9,11 @@ target_include_directories(${DAWN_TARGET_NAME}
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
)
|
||||
|
||||
# Platform variables
|
||||
target_compile_definitions(${DAWN_TARGET_NAME}
|
||||
PUBLIC
|
||||
DAWN_ASSET_BUILD_PREFIX="../../../assets/"
|
||||
)
|
||||
|
||||
# Subdirs
|
||||
add_subdirectory(host)
|
Reference in New Issue
Block a user