mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
@@ -49,7 +49,7 @@
|
||||
6772592B1DBA26FD00BF54EE /* protocol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = protocol.cpp; sourceTree = "<group>"; };
|
||||
6772592C1DBA26FD00BF54EE /* protocol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = protocol.hpp; sourceTree = "<group>"; };
|
||||
67A7144D1DC2524E005FF350 /* bindings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bindings.cpp; sourceTree = "<group>"; };
|
||||
67B6E7B71DB8BBA900745F8A /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67B6E7B71DB8BBA900745F8A /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67EC0CB61DBE4A320021F484 /* protocol_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = protocol_test.cpp; sourceTree = "<group>"; };
|
||||
D5F7FFB52382CE0E00BF7B97 /* archival_reporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = archival_reporter.cpp; sourceTree = "<group>"; };
|
||||
D5F7FFB62382CE0E00BF7B97 /* archive.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = archive.hpp; sourceTree = "<group>"; };
|
||||
@@ -140,7 +140,7 @@
|
||||
675E88631DB7AC9000F8EBDA /* reporter.hpp */,
|
||||
);
|
||||
name = tracking;
|
||||
path = ../../tracking;
|
||||
path = ../../libs/tracking;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675E88831DB7ACEA00F8EBDA /* tracking_tests */ = {
|
||||
@@ -152,7 +152,7 @@
|
||||
67B6E7B71DB8BBA900745F8A /* testingmain.cpp */,
|
||||
);
|
||||
name = tracking_tests;
|
||||
path = ../../tracking/tracking_tests;
|
||||
path = ../../libs/tracking/tracking_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
675E888D1DB7B03400F8EBDA /* Frameworks */ = {
|
||||
@@ -176,7 +176,7 @@
|
||||
67A7144D1DC2524E005FF350 /* bindings.cpp */,
|
||||
);
|
||||
name = pytracking;
|
||||
path = ../../tracking/pytracking;
|
||||
path = ../../libs/tracking/pytracking;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
Reference in New Issue
Block a user