mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add archive destination in CMakeLists.txt for building static
This commit is contained in:
parent
fc73f195a5
commit
13a167393d
1 changed files with 2 additions and 1 deletions
|
|
@ -496,7 +496,8 @@ add_custom_command(TARGET libopenmc POST_BUILD
|
|||
|
||||
install(TARGETS ${program} libopenmc
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib)
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib)
|
||||
install(DIRECTORY src/relaxng DESTINATION share/openmc)
|
||||
install(FILES man/man1/openmc.1 DESTINATION share/man/man1)
|
||||
install(FILES LICENSE DESTINATION "share/doc/${program}" RENAME copyright)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue