Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 200 Bytes

File metadata and controls

6 lines (4 loc) · 200 Bytes

CMakeLists works great with VSCode on Linux, I haven't tested anything else.

mkdir build && cd build cmake -G "Unix Makefiles" .. && make

/Source/mwlinkermap-example is the test program executable.