mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
11 lines
348 B
CMake
11 lines
348 B
CMake
|
|
file(GLOB_RECURSE src "*.hlsl*" "*.h")
|
|
list(APPEND src "project.manul")
|
|
|
|
get_target_property(dxil_path MaSzynaShaderCompiler dxil_path)
|
|
|
|
add_custom_target(
|
|
${LIBMANUL_NAME}_shaders
|
|
MaSzynaShaderCompiler "${dxil_path}" "${CMAKE_CURRENT_SOURCE_DIR}/project.manul" "$<TARGET_FILE_DIR:${PROJECT_NAME}>/shaders"
|
|
DEPENDS ${src})
|