mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
fix soh otr asset building not detecting textures (#2702)
This commit is contained in:
parent
92fa54c3f9
commit
660c3ec3b0
3 changed files with 6 additions and 3 deletions
|
@ -12,4 +12,7 @@ if(EXISTS ${SOURCE_DIR}/OTRExporter/soh.otr)
|
|||
endif()
|
||||
if(NOT EXISTS ${SOURCE_DIR}/oot.otr AND NOT EXISTS ${SOURCE_DIR}/oot-mq.otr)
|
||||
message(FATAL_ERROR, "No OTR files found.")
|
||||
endif()
|
||||
if(NOT EXISTS ${SOURCE_DIR}/soh.otr)
|
||||
message(FATAL_ERROR, "No soh OTR found.")
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue