Skip to content

Commit

Permalink
fix glfw deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Apr 8, 2015
1 parent 900de53 commit c031b7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ install(FILES glbinding-config.cmake DESTINATION ${INSTALL_ROOT} COMPONENT
# Data files
if(OPTION_BUILD_EXAMPLES)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/data DESTINATION ${INSTALL_DATA} COMPONENT examples)
install(FILES ${GLFW_BINARY} DESTINATION ${INSTALL_EXAMPLES} COMPONENT examples)
endif()

if(OPTION_BUILD_TOOLS)
install(FILES ${GLFW_BINARY} DESTINATION ${INSTALL_TOOLS} COMPONENT tools)
endif()

# Include projects
Expand Down
2 changes: 2 additions & 0 deletions source/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ if(OPTION_BUILD_EXAMPLES)
add_subdirectory("cubescape")
add_subdirectory("cubescape-log")
add_subdirectory("cubescape-qt")

install(FILES ${GLFW_BINARY} DESTINATION ${INSTALL_EXAMPLES} COMPONENT examples)
endif()
2 changes: 2 additions & 0 deletions source/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ if(OPTION_BUILD_TOOLS)
add_subdirectory("functions")
add_subdirectory("meta")
add_subdirectory("queries")

install(FILES ${GLFW_BINARY} DESTINATION ${INSTALL_TOOLS} COMPONENT tools)
endif()

0 comments on commit c031b7f

Please sign in to comment.