Skip to content

Commit

Permalink
Restructure plutil into Sources/Tools/plutil
Browse files Browse the repository at this point in the history
This moves the `plutil` tool into the `Sources` directory.
  • Loading branch information
compnerd committed Feb 15, 2020
1 parent a8c8508 commit fb6a7f6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Sources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ add_subdirectory(UUID)
add_subdirectory(Foundation)
add_subdirectory(FoundationNetworking)
add_subdirectory(FoundationXML)
add_subdirectory(Tools)
1 change: 1 addition & 0 deletions Sources/Tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(plutil)
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

add_executable(plutil
main.swift)
target_link_libraries(plutil PRIVATE
Foundation)
set_target_properties(plutil PROPERTIES
INSTALL_RPATH "$ORIGIN/../lib/swift/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>")


set_property(GLOBAL APPEND PROPERTY Foundation_EXPORTS plutil)
install(TARGETS plutil
DESTINATION ${CMAKE_INSTALL_BINDIR})
File renamed without changes.

0 comments on commit fb6a7f6

Please sign in to comment.