Temporal: add standalone compile instruction for test2.cc

This commit is contained in:
Paul Davis 2020-08-06 11:31:15 -06:00
parent 3beffbd3ee
commit 88cf07daa6

View File

@ -1,3 +1,9 @@
/* standalone compile, from within this directory:
g++ `pkg-config --cflags --libs libxml-2.0` `pkg-config --cflags --libs glibmm-2.4` -I../pbd -I../../build/libs/pbd -I. -o test2 test2.cc
*/
#include <atomic>
#include <bitset>
#include <iostream>