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

Commit

Permalink
Corrected installation of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Dec 8, 2010
1 parent f4c50a9 commit ba1b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ FIND_PACKAGE(OpenGL REQUIRED)
ENDIF ()

# Install FreeGLUT Library
INSTALL(TARGETS freeglut DESTINATION ${INSTALL_LIB} )
INSTALL(TARGETS freeglut RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})

# Install FreeGLUT Headers
INSTALL(DIRECTORY include/ DESTINATION ${INSTALL_INC}
Expand Down

0 comments on commit ba1b737

Please sign in to comment.