Find0xff.pro 158 字节
Newer Older
M
manjaro 已提交
1 2 3 4 5 6 7 8 9 10 11
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt

SOURCES += \
        main.cpp

QMAKE_CXXFLAGS += -fopenmp

LIBS += -lgomp -lpthread