mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Temporal: add standalone compile instruction for test2.cc
This commit is contained in:
parent
3beffbd3ee
commit
88cf07daa6
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue