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