mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
cmake: remove unneeded separators in install paths
This commit is contained in:
parent
471d6ea820
commit
4933d9c19f
1 changed files with 2 additions and 2 deletions
|
@ -134,10 +134,10 @@ set_target_properties(fxlibc PROPERTIES
|
|||
# Install
|
||||
|
||||
install(TARGETS fxlibc DESTINATION lib/)
|
||||
install(DIRECTORY include/ DESTINATION include/ PATTERN "target" EXCLUDE)
|
||||
install(DIRECTORY include/ DESTINATION include PATTERN "target" EXCLUDE)
|
||||
|
||||
foreach(FOLDER IN LISTS TARGET_FOLDERS)
|
||||
if(EXISTS include/target/${FOLDER}/)
|
||||
install(DIRECTORY include/target/${FOLDER}/ DESTINATION include/)
|
||||
install(DIRECTORY include/target/${FOLDER}/ DESTINATION include)
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
Loading…
Reference in a new issue