From aa3dbff2342a4d698c10a5fd816904de01b03605 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 31 Mar 2026 18:46:47 +1100 Subject: Fix broken cmake install --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bc11d7a..a789e87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ configure_file( install(TARGETS ${LIBRARY_NAME} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ) -install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/low_latency_layer.json" +install(FILES "${CMAKE_CURRENT_BINARY_DIR}/low_latency_layer.json" DESTINATION "${CMAKE_INSTALL_DATADIR}/vulkan/implicit_layer.d/" ) @@ -56,4 +56,4 @@ target_compile_options(${LIBRARY_NAME} PRIVATE -Wundef -Wconversion -Wdouble-promotion -) +) \ No newline at end of file -- cgit v1.2.3