Skip to content

Commit 6799d0c

Browse files
committed
kram - hlslparser update win
1 parent 4aa9c2e commit 6799d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ endif()
161161
# hlslparser is also now in the kram build. Keep executables up to date.
162162
# I would use the sln file, but msbuild doesn't like to be called from cibuld.sh
163163
if (BUILD_WIN)
164-
install(TARGETS hlslparser ARCHIVE DESTINATION ${BIN_DIR})
164+
install(TARGETS hlslparser RUNTIME DESTINATION ${BIN_DIR})
165165
endif()
166166

167167

0 commit comments

Comments
 (0)