# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT

if(DUSK_DOLPHIN_BUILD_TYPE STREQUAL "ISO")
  target_sources(${DUSK_LIBRARY_TARGET_NAME}
    PUBLIC
      assetdolphindvd.c
  )
else()
  target_sources(${DUSK_LIBRARY_TARGET_NAME}
    PUBLIC
      assetdolphinfat.c
  )
endif()
