Skip to content

Commit

Permalink
set changelog release date, added shaders to install target
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Jul 19, 2024
1 parent 698ff03 commit 44f45e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## [0.4.0] - UNRELEASED
## [0.4.0] - 2024-07-18

- Added --upgrade-shader argument to enable upgrading vanilla parallax to complex material
- Implemented DX11 into --upgrade-shader process
- Lots of code cleanup and optimization
- Fixed some typos in log messages

Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ install(FILES $<TARGET_RUNTIME_DLLS:${PROJECT_NAME}> DESTINATION . )
# manual copy DLLs not caught by TARGET_RUNTIME_DLLS
install(FILES ${CMAKE_BINARY_DIR}/lz4.dll DESTINATION . )
install(FILES ${CMAKE_BINARY_DIR}/zlib1.dll DESTINATION . )

# Copy compiled shaders to install
install(FILES ${CMAKE_BINARY_DIR}/MergeToComplexMaterial.cso DESTINATION . )

0 comments on commit 44f45e0

Please sign in to comment.