aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-31 18:46:47 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-31 18:46:47 +1100
commitaa3dbff2342a4d698c10a5fd816904de01b03605 (patch)
treed5312b094ed081c050afb0e8719a5025d4e974c5 /CMakeLists.txt
parenta6430cbe5462801505ef68caf08db3d6a8244b06 (diff)
Fix broken cmake install
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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