diff --git a/src/glutils/CMakeLists.txt b/src/glutils/CMakeLists.txt index e17d21f4..3b6a1055 100644 --- a/src/glutils/CMakeLists.txt +++ b/src/glutils/CMakeLists.txt @@ -1,5 +1,5 @@ add_library( - GlUtils OBJECT + GlUtils glutils.cpp ) @@ -19,3 +19,11 @@ install( DESTINATION include/glutils ) + +install( + TARGETS + GlUtils + DESTINATION + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +) \ No newline at end of file