1
Fork 0
mirror of https://github.com/redstrate/dxbc.git synced 2025-04-23 04:47:45 +00:00
dxbc/example/CMakeLists.txt
2023-09-22 15:54:45 -04:00

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)