mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add markdown to hashed extensions
This commit is contained in:
parent
d7ccfdef3e
commit
b0cf6dccd1
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ function(package_geode_resources_now proname src dest header_dest)
|
|||
list(APPEND HASHED_EXTENSIONS ".png")
|
||||
list(APPEND HASHED_EXTENSIONS ".mp3")
|
||||
list(APPEND HASHED_EXTENSIONS ".ogg")
|
||||
list(APPEND HASHED_EXTENSIONS ".md")
|
||||
|
||||
foreach(file ${RESOURCE_FILES})
|
||||
cmake_path(GET file FILENAME FILE_NAME)
|
||||
|
|
Loading…
Reference in a new issue