Skip to content

Commit 9589566

Browse files
committed
Restructure plutil into Sources/Tools/plutil
This moves the `plutil` tool into the `Sources` directory.
1 parent 9e97e47 commit 9589566

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

Sources/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ add_subdirectory(UUID)
22
add_subdirectory(Foundation)
33
add_subdirectory(FoundationNetworking)
44
add_subdirectory(FoundationXML)
5+
add_subdirectory(Tools)

Sources/Tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add_subdirectory(plutil)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
21
add_executable(plutil
32
main.swift)
43
target_link_libraries(plutil PRIVATE
54
Foundation)
65
set_target_properties(plutil PROPERTIES
76
INSTALL_RPATH "$ORIGIN/../lib/swift/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>")
87

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

0 commit comments

Comments
 (0)