This commit is contained in:
Zeqiang Li 2022-03-11 11:28:21 +08:00
parent 42340478f1
commit ebf7a47279
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ if(CC_USE_GLES3 OR CC_USE_GLES2)
list(APPEND SRC_FILE
${SOURCE_LOCATION_OPENGL}/EGL.cpp
${SOURCE_LOCATION_OPENGL}/swappyGL_c.cpp
${SOURCE_LOCATION_OPENGL}/SwappyGL.cpp)
${SOURCE_LOCATION_OPENGL}/FrameStatisticsGL.cpp
${SOURCE_LOCATION_OPENGL}/SwappyGL.cpp
${SOURCE_LOCATION_OPENGL}/FrameStatisticsGL.cpp)
list(APPEND SWAPPY_C_SRC
${SOURCE_LOCATION_OPENGL}/swappyGL_c.cpp)
endif()