Files
research-portable-memory/v4/gen-C++
Михаил Капелько ad7efc5f19 d
2024-05-23 23:02:46 +03:00

9 lines
141 B
Plaintext
Executable File

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