build: разделение программы на файлы

Этот коммит содержится в:
ShchegolikhYR
2025-05-01 16:19:10 +03:00
родитель e001cd2c68
Коммит d21b2f37d6
9 изменённых файлов: 153 добавлений и 49 удалений

Просмотреть файл

@@ -8,6 +8,9 @@
/* Begin PBXBuildFile section */
523FBF7E2DA909BA0044A741 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 523FBF7D2DA909BA0044A741 /* main.cpp */; };
52D010C52DC397980091060B /* histogram.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52D010C42DC397980091060B /* histogram.cpp */; };
52D010C62DC39F250091060B /* histogram.hpp in Sources */ = {isa = PBXBuildFile; fileRef = 52D010C32DC397980091060B /* histogram.hpp */; };
52FD91E52DC3AA580037B82C /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52FD91E42DC3AA580037B82C /* text.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
@@ -24,7 +27,11 @@
/* Begin PBXFileReference section */
523FBF7D2DA909BA0044A741 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
52D010C32DC397980091060B /* histogram.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = histogram.hpp; sourceTree = "<group>"; };
52D010C42DC397980091060B /* histogram.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = histogram.cpp; sourceTree = "<group>"; };
52E197562D5F35A1004F8E3E /* Gistogramma */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Gistogramma; sourceTree = BUILT_PRODUCTS_DIR; };
52FD91E32DC3AA580037B82C /* text.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = text.hpp; sourceTree = "<group>"; };
52FD91E42DC3AA580037B82C /* text.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -41,6 +48,10 @@
52E1974D2D5F35A1004F8E3E = {
isa = PBXGroup;
children = (
52FD91E32DC3AA580037B82C /* text.hpp */,
52FD91E42DC3AA580037B82C /* text.cpp */,
52D010C32DC397980091060B /* histogram.hpp */,
52D010C42DC397980091060B /* histogram.cpp */,
523FBF7D2DA909BA0044A741 /* main.cpp */,
52E197572D5F35A1004F8E3E /* Products */,
);
@@ -115,6 +126,9 @@
buildActionMask = 2147483647;
files = (
523FBF7E2DA909BA0044A741 /* main.cpp in Sources */,
52D010C52DC397980091060B /* histogram.cpp in Sources */,
52FD91E52DC3AA580037B82C /* text.cpp in Sources */,
52D010C62DC39F250091060B /* histogram.hpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

Двоичный файл не отображается.

Просмотреть файл

@@ -100,5 +100,21 @@
landmarkType = "9">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "D37AA5D9-CDCD-44A1-A376-CD34E37F87BE"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "main.cpp"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "86"
endingLineNumber = "86"
landmarkName = "main()"
landmarkType = "9">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>