9 lines
141 B
Plaintext
Executable File
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 \
|