Skip to content

Commit

Permalink
Adjusted install destination for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Sep 24, 2024
1 parent 700056a commit a8d951f
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 @@ -33,4 +33,4 @@ target_link_libraries(${PROJECT_NAME}
)

install(TARGETS ${PROJECT_NAME} ARCHIVE DESTINATION lib)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/ DESTINATION xmedia FILES_MATCHING PATTERN "*.h")
install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/ DESTINATION include/xmedia FILES_MATCHING PATTERN "*.h")

0 comments on commit a8d951f

Please sign in to comment.