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

include(duskjs2c)
dusk_embed_js(${DUSK_LIBRARY_TARGET_NAME}
  ${CMAKE_CURRENT_SOURCE_DIR}/scene.js
)

target_sources(${DUSK_LIBRARY_TARGET_NAME}
  PUBLIC
    scene.c
    scenerenderpipeline.c
)