Skip to content

Commit 1de5d76

Browse files
committed
Install vulkan profiling analyzer
1 parent 4301e10 commit 1de5d76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ install(
301301
WORLD_EXECUTE
302302
DESTINATION ${CMAKE_INSTALL_BINDIR})
303303

304+
install(
305+
PROGRAMS vulkan_profiling_analyzer.py
306+
DESTINATION ${CMAKE_INSTALL_BINDIR})
307+
304308
configure_file(cmake/llama.pc.in
305309
"${CMAKE_CURRENT_BINARY_DIR}/llama.pc"
306310
@ONLY)

0 commit comments

Comments
 (0)