Added rpath

This commit is contained in:
Robert 2021-01-25 13:37:27 +01:00
parent 5159cdce30
commit d60c55fec5

View file

@ -76,4 +76,9 @@ if(${BUILD_EXAMPLES})
foreach(sample ${samples})
add_subdirectory(examples/${sample})
endforeach()
endif()
endif()
install(
ALLOW_DUPLICATE_CUSTOM_TARGETS openglu
LIBRARY DESTINATION lib
)