Calypso: Direct and full interfacing to C++
Kelly via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon May 18 01:58:07 PDT 2015
On Sunday, 17 May 2015 at 13:37:45 UTC, Suliman wrote:
> Where set where Calypso should look header files?
Suliman,
You can just use '-cpp-args -I/path/to/header/file' to pass along
the include directory for C++ files.
So for example:
ldc2 -L-lstdc++ -cpp-args -I/usr/local/qt5/QtCore test.d
-L-lQt5Core
More information about the Digitalmars-d-announce
mailing list