mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
@@ -41,7 +41,7 @@
|
||||
67BECB5E1DDA44FD00FC4E99 /* traffic_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = traffic_info.hpp; sourceTree = "<group>"; };
|
||||
67BECB671DDA466800FC4E99 /* traffic_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = traffic_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
67BECB7F1DDA46A100FC4E99 /* traffic_info_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = traffic_info_test.cpp; sourceTree = "<group>"; };
|
||||
67BECB8A1DDA478800FC4E99 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67BECB8A1DDA478800FC4E99 /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../../libs/testing/testingmain.cpp; sourceTree = "<group>"; };
|
||||
67BECB941DDA4AC800FC4E99 /* bindings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bindings.cpp; sourceTree = "<group>"; };
|
||||
FAFD413F26BBE3FC00D1DE1B /* libbase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libbase.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
FAFD414126BBE3FC00D1DE1B /* libcoding.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcoding.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@@ -121,7 +121,7 @@
|
||||
67BECB5E1DDA44FD00FC4E99 /* traffic_info.hpp */,
|
||||
);
|
||||
name = traffic;
|
||||
path = ../../traffic;
|
||||
path = ../../libs/traffic;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67BECB7E1DDA467A00FC4E99 /* traffic_tests */ = {
|
||||
@@ -131,7 +131,7 @@
|
||||
67BECB7F1DDA46A100FC4E99 /* traffic_info_test.cpp */,
|
||||
);
|
||||
name = traffic_tests;
|
||||
path = ../../traffic/traffic_tests;
|
||||
path = ../../libs/traffic/traffic_tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67BECB831DDA474400FC4E99 /* Frameworks */ = {
|
||||
@@ -158,7 +158,7 @@
|
||||
67BECB941DDA4AC800FC4E99 /* bindings.cpp */,
|
||||
);
|
||||
name = pytraffic;
|
||||
path = ../../traffic/pytraffic;
|
||||
path = ../../libs/traffic/pytraffic;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
Reference in New Issue
Block a user