Skip to content

Commit

Permalink
remove .hlsl shader from cmake visible files
Browse files Browse the repository at this point in the history
  • Loading branch information
cezbloch committed Nov 9, 2024
1 parent 2c8f96e commit 304d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BitonicSort/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ add_library(BitonicSort "")
target_sources(BitonicSort
PRIVATE
bitonic_sort_executor.cpp
ComputeShaderSort11.hlsl
#ComputeShaderSort11.hlsl
PUBLIC
${CMAKE_CURRENT_LIST_DIR}/bitonic_sort_executor.h
)
Expand Down

0 comments on commit 304d946

Please sign in to comment.