We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c847330 commit d8cfc5eCopy full SHA for d8cfc5e
CMakeLists.txt
@@ -301,6 +301,10 @@ install(
301
WORLD_EXECUTE
302
DESTINATION ${CMAKE_INSTALL_BINDIR})
303
304
+install(
305
+ PROGRAMS vulkan_profiling_analyzer.py
306
+ DESTINATION ${CMAKE_INSTALL_BINDIR})
307
+
308
configure_file(cmake/llama.pc.in
309
"${CMAKE_CURRENT_BINARY_DIR}/llama.pc"
310
@ONLY)
0 commit comments