Skip to content

Commit

Permalink
Correct location of copy-headers target (#6327)
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 authored Feb 12, 2025
1 parent 96529df commit 6f42676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/slang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ add_custom_target(
"${CMAKE_CURRENT_BINARY_DIR}/slang-version-header/slang-tag-version.h"
"${CMAKE_BINARY_DIR}/$<CONFIG>/include/slang-tag-version.h"
)
set_target_properties(copy_slang_headers PROPERTIES FOLDER "generated")

#
# Slang itself
Expand Down

0 comments on commit 6f42676

Please sign in to comment.