Files
research-portable-memory/gen-C++
Михаил Капелько 650bf410e8 d
2024-03-26 22:33:57 +03:00

7 lines
112 B
Plaintext
Executable File

c++ -o test_memory_C++ \
-std=c++11 \
-IC++ \
C++/Memory.Aux.cpp \
C++/Memory.Test.cpp \
C++/main.cpp