gpumathlib.pro
来自「这是在GPU上进行高速数字计算的数学库函数」· PRO 代码 · 共 75 行
PRO
75 行
################################################################# Jahshaka 1.9a4 QMake module files#################################################################include presets file in home directoryinclude( ../../../Settings.pro )################################################################the rest of the makefile settingsTEMPLATE = libCONFIG += staticlib qt warn_on release opengl threadHEADERS = gpumathlib.hSOURCES = gpumathlib.cpp \ gpumathlib_textures.cpp TARGET = gpumathlibDEPENDPATH = $$JAHDEPENDPATH################################################################the project related includes particleINCLUDEPATH = . .. ../../Core/Objects ../../Core/Render ../../Core/World \ ../../desktop#files for mpeg player on linuxcontains( JAHMPEGPLAYER,true ) {INCLUDEPATH += ../../encoders/mpeg_play}#files for mpeg encoder on linuxcontains( JAHMPEGENCODER,true ) {INCLUDEPATH += ../../encoders/mpegenc}#files for mpeg decoder on linuxcontains( SPACEBALL,true ) {INCLUDEPATH += ../../libraries/spaceball}INCLUDEPATH += ../../libraries \ ../../libraries/assetobj \ ../../libraries/GLCore \ ../../libraries/glew \ ../../libraries/imagelibs \ ../../libraries/jahkeyframes \ ../../libraries/jahpreferences \ ../../libraries/jahtimer \ ../../libraries/jahtracer \ ../../libraries/mediaobject contains( SPACEBALL,true ) {INCLUDEPATH += ../../libraries/spaceball}INCLUDEPATH += ../../libraries/gpumathlib \ ../../uiwidgets \ ../../uiwidgets/interfaceobjs \ ../../uiwidgets/jahcalc \ ../../uiwidgets/jahfileloader \ ../../uiwidgets/keyframes \ ../../uiwidgets/nodes \ ../../uiwidgets/timeline \ ../../sqlite \ $$FREEDIRcontains( JAHOS,IRIX ) {INCLUDEPATH += $$SGIDIR}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?