1
Fork 0
mirror of https://github.com/redstrate/dxbc.git synced 2025-04-23 12:57:45 +00:00
dxbc/example/CMakeLists.txt

3 lines
157 B
Text
Raw Normal View History

2023-09-22 15:54:45 -04:00
add_executable(dxbc-example)
target_sources(dxbc-example PRIVATE main.cpp)
target_link_libraries(dxbc-example PRIVATE dxbc spirv-cross-core spirv-cross-glsl)