Update contracts

This commit is contained in:
2026-05-03 11:48:49 +10:00
parent fa6789bf86
commit ea9f608f55
6 changed files with 483 additions and 64 deletions

View File

@@ -132,4 +132,33 @@ add_custom_command(TARGET LoopThroughWithOpenGLCompositing POST_BUILD
"$<TARGET_FILE_DIR:LoopThroughWithOpenGLCompositing>/dvp.dll"
)
install(TARGETS LoopThroughWithOpenGLCompositing
RUNTIME DESTINATION "."
)
install(FILES "${GPUDIRECT_DIR}/bin/x64/dvp.dll"
DESTINATION "."
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/config/"
DESTINATION "config"
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/shaders/"
DESTINATION "shaders"
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/runtime/templates/"
DESTINATION "runtime/templates"
)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/runtime/README.md"
DESTINATION "runtime"
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/ui/dist/"
DESTINATION "ui/dist"
OPTIONAL
)
source_group(TREE "${APP_DIR}" FILES ${APP_SOURCES})