|
|
|
|
@@ -11,10 +11,10 @@
|
|
|
|
|
<Option working_dir="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest"/>
|
|
|
|
|
<Option type="4"/>
|
|
|
|
|
<MakeCommands>
|
|
|
|
|
<Build command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 all"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<Build command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 all"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
</MakeCommands>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target title="gtest_main">
|
|
|
|
|
@@ -26,18 +26,12 @@
|
|
|
|
|
<Compiler>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
|
|
|
|
|
<Add directory="/usr/local/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
|
|
|
|
|
<Add directory="/System/Library/Frameworks"/>
|
|
|
|
|
<Add directory="/Library/Frameworks"/>
|
|
|
|
|
</Compiler>
|
|
|
|
|
<MakeCommands>
|
|
|
|
|
<Build command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest_main"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<Build command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest_main"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
</MakeCommands>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target title="gtest_main/fast">
|
|
|
|
|
@@ -49,18 +43,12 @@
|
|
|
|
|
<Compiler>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
|
|
|
|
|
<Add directory="/usr/local/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
|
|
|
|
|
<Add directory="/System/Library/Frameworks"/>
|
|
|
|
|
<Add directory="/Library/Frameworks"/>
|
|
|
|
|
</Compiler>
|
|
|
|
|
<MakeCommands>
|
|
|
|
|
<Build command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest_main/fast"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<Build command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest_main/fast"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
</MakeCommands>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target title="gtest">
|
|
|
|
|
@@ -72,18 +60,12 @@
|
|
|
|
|
<Compiler>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
|
|
|
|
|
<Add directory="/usr/local/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
|
|
|
|
|
<Add directory="/System/Library/Frameworks"/>
|
|
|
|
|
<Add directory="/Library/Frameworks"/>
|
|
|
|
|
</Compiler>
|
|
|
|
|
<MakeCommands>
|
|
|
|
|
<Build command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<Build command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
</MakeCommands>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target title="gtest/fast">
|
|
|
|
|
@@ -95,18 +77,12 @@
|
|
|
|
|
<Compiler>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
|
|
|
|
|
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
|
|
|
|
|
<Add directory="/usr/local/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
|
|
|
|
|
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
|
|
|
|
|
<Add directory="/System/Library/Frameworks"/>
|
|
|
|
|
<Add directory="/Library/Frameworks"/>
|
|
|
|
|
</Compiler>
|
|
|
|
|
<MakeCommands>
|
|
|
|
|
<Build command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest/fast"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -j4 -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<Build command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 gtest/fast"/>
|
|
|
|
|
<CompileFile command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 "$file""/>
|
|
|
|
|
<Clean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
<DistClean command="/usr/bin/make -f "/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile" VERBOSE=1 clean"/>
|
|
|
|
|
</MakeCommands>
|
|
|
|
|
</Target>
|
|
|
|
|
</Build>
|
|
|
|
|
|