diff options
| author | John Zupin <johnz@lunarg.com> | 2016-10-27 13:15:27 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-10-27 17:14:46 -0600 |
| commit | f4d933cdc75ec5d7c9db21a1080ff10bf2d16a06 (patch) | |
| tree | 14667a9de04576343557fc44929b0d5ba3c70626 /loader | |
| parent | 1fc9abd7d70166f72b44f7ea554ae80472003ed2 (diff) | |
| download | usermoji-f4d933cdc75ec5d7c9db21a1080ff10bf2d16a06.tar.xz | |
build: Update cmake files to use variables as destinations for make install
Change-Id: Ic1d6ebdb73e796cbb1207963973e410c9928c04f
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index 793dccc8..411e557c 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -85,5 +85,5 @@ else() add_library(vulkan SHARED ${LOADER_SRCS}) set_target_properties(vulkan PROPERTIES SOVERSION "1" VERSION "1.0.31") target_link_libraries(vulkan -ldl -lpthread -lm) - install(TARGETS vulkan LIBRARY DESTINATION lib) + install(TARGETS vulkan LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() |
