Skip to content

Commit

Permalink
Merge pull request #488 from MooseTheBrown/include_fix
Browse files Browse the repository at this point in the history
install psmove_config.h to include dir
  • Loading branch information
nitsch committed Nov 5, 2023
2 parents 3539912 + 890bc5c commit 3b7d9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ install(TARGETS ${PSMOVEAPI_INSTALL_TARGETS}
)

install(FILES ${PSMOVEAPI_HEADERS} DESTINATION include/psmoveapi)
install(FILES ${CMAKE_BINARY_DIR}/psmove_config.h DESTINATION include/psmoveapi)
install(FILES README.md COPYING DESTINATION share/psmoveapi)

message("")
Expand Down

0 comments on commit 3b7d9a0

Please sign in to comment.