-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
3,591 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
cmake_minimum_required(VERSION 3.8) | ||
project(A) | ||
|
||
set(CMAKE_CXX_STANDARD 11) | ||
|
||
set(SOURCE_FILES main.cpp) | ||
add_executable(A ${SOURCE_FILES}) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6"/> | ||
<Project> | ||
<Option title="A"/> | ||
<Option makefile_is_custom="1"/> | ||
<Option compiler="gcc"/> | ||
<Option virtualFolders="CMake Files\;"/> | ||
<Build> | ||
<Target title="all"> | ||
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/> | ||
<Option type="4"/> | ||
<MakeCommands> | ||
<Build command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 all"/> | ||
<CompileFile command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> | ||
<Clean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
<DistClean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
</MakeCommands> | ||
</Target> | ||
<Target title="rebuild_cache"> | ||
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/> | ||
<Option type="4"/> | ||
<MakeCommands> | ||
<Build command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> | ||
<CompileFile command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> | ||
<Clean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
<DistClean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
</MakeCommands> | ||
</Target> | ||
<Target title="edit_cache"> | ||
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/> | ||
<Option type="4"/> | ||
<MakeCommands> | ||
<Build command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> | ||
<CompileFile command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> | ||
<Clean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
<DistClean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
</MakeCommands> | ||
</Target> | ||
<Target title="A"> | ||
<Option output="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug/A" prefix_auto="0" extension_auto="0"/> | ||
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/> | ||
<Option object_output="./"/> | ||
<Option type="1"/> | ||
<Option compiler="gcc"/> | ||
<Compiler> | ||
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/> | ||
<Add directory="/usr/local/include"/> | ||
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include"/> | ||
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/> | ||
<Add directory="/usr/include"/> | ||
<Add directory="/System/Library/Frameworks"/> | ||
<Add directory="/Library/Frameworks"/> | ||
</Compiler> | ||
<MakeCommands> | ||
<Build command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 A"/> | ||
<CompileFile command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> | ||
<Clean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
<DistClean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
</MakeCommands> | ||
</Target> | ||
<Target title="A/fast"> | ||
<Option output="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug/A" prefix_auto="0" extension_auto="0"/> | ||
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/> | ||
<Option object_output="./"/> | ||
<Option type="1"/> | ||
<Option compiler="gcc"/> | ||
<Compiler> | ||
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/> | ||
<Add directory="/usr/local/include"/> | ||
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include"/> | ||
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/> | ||
<Add directory="/usr/include"/> | ||
<Add directory="/System/Library/Frameworks"/> | ||
<Add directory="/Library/Frameworks"/> | ||
</Compiler> | ||
<MakeCommands> | ||
<Build command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 A/fast"/> | ||
<CompileFile command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> | ||
<Clean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
<DistClean command="/usr/bin/make -j4 -f "/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile" VERBOSE=1 clean"/> | ||
</MakeCommands> | ||
</Target> | ||
</Build> | ||
<Unit filename="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/main.cpp"> | ||
<Option target="A"/> | ||
</Unit> | ||
<Unit filename="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/CMakeLists.txt"> | ||
<Option virtualFolder="CMake Files\"/> | ||
</Unit> | ||
</Project> | ||
</CodeBlocks_project_file> |
Oops, something went wrong.