16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 11:19:19 +02:00

some hints what needs to be done before that damn thing works like intended #1

This commit is contained in:
WLs50
2025-04-05 13:39:12 +02:00
parent 900133089b
commit 2a3002e8e4
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ project(MaShaderCompiler)
file(GLOB_RECURSE src "src/*.cpp" "src/*.hpp")
# Confirmed to work with DXC distributed via VCPKG. Your mileage may vary
# TODO Make sure that it works as well for people who do not use VCPKG
find_package(directx-dxc CONFIG REQUIRED)
add_executable(MaShaderCompiler ${src})