Skip to content

Commit

Permalink
kram - build - cmake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Sep 15, 2024
1 parent 2958da7 commit 1f206b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ if (BUILD_WIN)

# hlslparser is also now in the kram build. Keep executables up to date.
# I would use the sln file, but msbuild doesn't like to be called from cibuld.sh
install(TARGETS hlslparser RUNTIME DESTINATION ${BIN_DIR})
# This builds but has a lot of warnings. When I resume work, will re-instate.
# install(TARGETS hlslparser RUNTIME DESTINATION ${BIN_DIR})
endif()

#-----------------------------------------------------
Expand Down

0 comments on commit 1f206b9

Please sign in to comment.