summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
index ab1268c3..8754515f 100644
--- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
+++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
@@ -236,3 +236,6 @@ set_target_properties(GraphicsEngineOpenGL-shared PROPERTIES
set_source_files_properties(
readme.md PROPERTIES HEADER_FILE_ONLY TRUE
)
+
+install_core_lib(GraphicsEngineOpenGL-shared)
+install_core_lib(GraphicsEngineOpenGL-static)