mirror of
https://github.com/redstrate/dxbc.git
synced 2025-04-23 12:57:45 +00:00
3 lines
157 B
Text
3 lines
157 B
Text
|
add_executable(dxbc-example)
|
||
|
target_sources(dxbc-example PRIVATE main.cpp)
|
||
|
target_link_libraries(dxbc-example PRIVATE dxbc spirv-cross-core spirv-cross-glsl)
|