Skip to content

Commit

Permalink
Add cmake-install.
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 12, 2019
1 parent 2499335 commit c4f26bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ add_executable(slprep slprep.f subsid.f)
target_link_libraries(slprep slatec)

add_executable(sladoc sladoc.f subsid.f)
target_link_libraries(sladoc slatec)
target_link_libraries(sladoc slatec)

install(TARGETS slatec
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin )

0 comments on commit c4f26bf

Please sign in to comment.