Skip to content

Commit ee1ecc0

Browse files
committed
Restructure uuid to Sources/UUID
This moves the UUID library into the `Sources` directory as part of a restructuring of the source tree.
1 parent 92e599f commit ee1ecc0

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ target_include_directories(CoreFoundation PRIVATE
4444
${CMAKE_CURRENT_SOURCE_DIR}
4545
${CMAKE_CURRENT_BINARY_DIR}/CoreFoundation.framework/Headers)
4646

47-
add_subdirectory(uuid)
47+
add_subdirectory(Sources)
4848
add_subdirectory(Foundation)
4949
add_subdirectory(Tools)
5050
if(ENABLE_TESTING)

Sources/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add_subdirectory(UUID)

uuid/CMakeLists.txt renamed to Sources/UUID/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
add_library(uuid STATIC
32
uuid.h
43
uuid.c)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)