Files
research-portable-memory/v4/gen-C++
Михаил Капелько 5fbc03fd87 d
2024-05-08 22:47:34 +03:00

11 lines
194 B
Plaintext
Executable File

c++ -o test_memory_C++ -std=c++11 -I. \
cli.cpp \
cli_Context.cpp \
cli_test.cpp \
memory.cpp \
memory_Context.cpp \
memory_test.cpp \
shell.cpp \
shell_Context.cpp \
main.cpp