Skip to content

Commit

Permalink
Add ARCHIVE DESTINATION for static library target
Browse files Browse the repository at this point in the history
  • Loading branch information
crocdialer committed Jul 2, 2024
1 parent 756e7b1 commit 9571f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ if(SPIRV_REFLECT_STATIC_LIB)

target_include_directories(spirv-reflect-static
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
install(TARGETS spirv-reflect-static LIBRARY DESTINATION lib)
install(TARGETS spirv-reflect-static
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
endif()

0 comments on commit 9571f46

Please sign in to comment.