You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
233 B
6 lines
233 B
message("Using libc++")
|
|
|
|
LIBS += -L/usr/lib/llvm-7/lib -lc++
|
|
INCLUDEPATH += /usr/lib/llvm-7/include/c++/v1 \
|
|
# INCLUDEPATH += /opt/llvm/clang/8.0.0/include/c++/v1 \
|
|
# INCLUDEPATH += /opt/llvm/libcxx9.0/include/c++/v1 \
|