Skip to content

Commit

Permalink
Install contents of include/ instead of include/ itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 20, 2023
1 parent 4dc5b5f commit fe32316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ if(CSFML_INSTALL_PKGCONFIG_FILES)
endif()

# setup the install rules
install(DIRECTORY include
DESTINATION .
install(DIRECTORY include/
DESTINATION include
COMPONENT devel
PATTERN ".svn" EXCLUDE)
install(FILES license.md DESTINATION ${INSTALL_MISC_DIR})
Expand Down

0 comments on commit fe32316

Please sign in to comment.