Adds arguments for input and output files
Adds gitignore
This commit is contained in:
parent
a217ace469
commit
202801841d
36 changed files with 148 additions and 502 deletions
|
@ -249,7 +249,7 @@ Tests/CMakeFiles/tests.dir/test.cpp.o
|
|||
/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c-html.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/BlogPageBuilderTest.cpp
|
||||
/home/rosia/Programming/Cpp/BlogParser/MacroDefinitions.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/MacroDefinitions.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.h
|
||||
/usr/include/c++/11/filesystem
|
||||
/usr/include/c++/11/bits/fs_fwd.h
|
||||
|
|
|
@ -248,7 +248,7 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
../Src/Libs/md4c-html.h \
|
||||
../Src/Libs/md4c.h \
|
||||
../Tests/BlogPageBuilderTest.cpp \
|
||||
../MacroDefinitions.h \
|
||||
MacroDefinitions.h \
|
||||
../Src/BlogPageBuilder.h \
|
||||
/usr/include/c++/11/filesystem \
|
||||
/usr/include/c++/11/bits/fs_fwd.h \
|
||||
|
@ -322,6 +322,8 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/stl_construct.h:
|
||||
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h:
|
||||
|
||||
/usr/include/c++/11/fstream:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h:
|
||||
|
@ -390,10 +392,6 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h:
|
||||
|
||||
/usr/include/c++/11/bits/hash_bytes.h:
|
||||
|
||||
/usr/include/c++/11/bits/move.h:
|
||||
|
||||
/usr/local/include/catch2/interfaces/catch_interfaces_enum_values_registry.hpp:
|
||||
|
||||
/usr/include/c++/11/ext/alloc_traits.h:
|
||||
|
@ -438,6 +436,12 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/c++/11/bits/hash_bytes.h:
|
||||
|
||||
/usr/include/c++/11/bits/move.h:
|
||||
|
||||
MacroDefinitions.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h:
|
||||
|
||||
/usr/include/strings.h:
|
||||
|
@ -524,10 +528,6 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
../Src/BlogParser.h:
|
||||
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h:
|
||||
|
||||
../MacroDefinitions.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/Tests/../Src
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/Tests/../Src -I/home/rosia/Programming/Cpp/BlogParser/build
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
|
|
|
@ -206,7 +206,7 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: \
|
|||
/home/rosia/Programming/Cpp/BlogParser/Tests/../Src/Libs/md4c-html.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/../Src/Libs/md4c.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/BlogPageBuilderTest.cpp \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/../MacroDefinitions.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/MacroDefinitions.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/../Src/BlogPageBuilder.h \
|
||||
/usr/include/c++/11/filesystem /usr/include/c++/11/bits/fs_fwd.h \
|
||||
/usr/include/c++/11/bits/fs_path.h /usr/include/c++/11/utility \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue