xref: /llvm-project/lldb/test/API/commands/expression/import-std-module/sysroot/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1# We don't have any standard include directories, so we can't
2# parse the test_common.h header we usually inject as it includes
3# system headers.
4NO_TEST_COMMON_H := 1
5
6CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -nostdinc++
7CXX_SOURCES := main.cpp
8
9include Makefile.rules
10