Skip to content
Snippets Groups Projects
Commit f818b22c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add install targets

parent 4c35d8ef
No related branches found
No related tags found
1 merge request!31Feature/cmake
...@@ -394,3 +394,8 @@ target_link_libraries( ...@@ -394,3 +394,8 @@ target_link_libraries(
${OPENMP_LINK_FLAGS} ${OPENMP_LINK_FLAGS}
${PUGS_STD_LINK_FLAGS} ${PUGS_STD_LINK_FLAGS}
) )
install(TARGETS pugs PugsMesh PugsUtils PugsLanguage
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment