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