Skip to content

Commit

Permalink
Install layer json on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
1ace committed Sep 19, 2019
1 parent 3f6e916 commit 8720621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ else()
else()
add_custom_command(TARGET VkLayer_fossilize POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/VkLayer_fossilize.json ${CMAKE_BINARY_DIR}/layer/VkLayer_fossilize.json)
install(FILES ${CMAKE_BINARY_DIR}/layer/VkLayer_fossilize.json DESTINATION share/vulkan/explicit_layer.d)
endif()
endif()
if (${CMAKE_BUILD_TYPE} MATCHES "Release")
Expand Down

0 comments on commit 8720621

Please sign in to comment.