Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit ba1b737

Browse files
committed
Corrected installation of libraries
1 parent f4c50a9 commit ba1b737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ FIND_PACKAGE(OpenGL REQUIRED)
104104
ENDIF ()
105105

106106
# Install FreeGLUT Library
107-
INSTALL(TARGETS freeglut DESTINATION ${INSTALL_LIB} )
107+
INSTALL(TARGETS freeglut RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})
108108

109109
# Install FreeGLUT Headers
110110
INSTALL(DIRECTORY include/ DESTINATION ${INSTALL_INC}

0 commit comments

Comments
 (0)