Skip to content

Commit

Permalink
Fixed installation dir for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Aug 14, 2012
1 parent 0aa1321 commit 022526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -60,5 +60,5 @@ if (BUILD_SHARED_LIBS)
endif()

install(TARGETS glfw DESTINATION lib)
install(FILES ${glfw_HEADERS} DESTINATION include)
install(FILES ${glfw_HEADERS} DESTINATION include/GL)

0 comments on commit 022526f

Please sign in to comment.