projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e3cb9
)
cmake: Simplify install code
author
Juan Ramos
<juan@lunarg.com>
Wed, 13 Sep 2023 16:01:02 +0000
(10:01 -0600)
committer
Juan Ramos
<114601453+juan-lunarg@users.noreply.github.com>
Wed, 13 Sep 2023 16:29:52 +0000
(10:29 -0600)
loader/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/loader/CMakeLists.txt
b/loader/CMakeLists.txt
index 47c9cd7073c1ff006959a44ccb5f787c79d0fe24..eafb79917ad43d6aa6d9416214454b6a4706b3e1 100644
(file)
--- a/
loader/CMakeLists.txt
+++ b/
loader/CMakeLists.txt
@@
-437,7
+437,4
@@
endif()
target_link_libraries(vulkan PRIVATE Vulkan::Headers)
add_library(Vulkan::Vulkan ALIAS vulkan)
-install(TARGETS vulkan
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+install(TARGETS vulkan)