From d60c55fec5a95e6e2c86efe4875fae22b5b21159 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 25 Jan 2021 13:37:27 +0100 Subject: [PATCH] Added rpath --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80c40eb..c35b859 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,4 +76,9 @@ if(${BUILD_EXAMPLES}) foreach(sample ${samples}) add_subdirectory(examples/${sample}) endforeach() -endif() \ No newline at end of file +endif() + +install( + ALLOW_DUPLICATE_CUSTOM_TARGETS openglu + LIBRARY DESTINATION lib +) \ No newline at end of file