You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use openflipper_plugin( GLEWDEFINITIONS GL_BUFFER_UPDATE_BARRIER_BIT GL_SHADER_IMAGE_ACCESS_BARRIER_BIT )
to check for glew dependencies
closes #2258
closes #2353
Copy file name to clipboardExpand all lines: OpenFlipper/cmake/plugin.cmake
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
# INCDIRS = additional include directories
27
27
# ADDSRC = additional source files
28
28
# INSTALLDATA = directories that will be installed into the openflipper data directory
29
+
# GLEWDEFINITIONS = Checks glew if it defines the given definitions
29
30
#
30
31
# TRANSLATION_LANGUAGES = language codes for translation
31
32
# TRANSLATION_ADDFILES = additional files that should be included into the translation files
@@ -67,7 +68,7 @@ endmacro ()
67
68
# parse plugin macro parameter
68
69
macro (_get_plugin_parameters_prefix)
69
70
set (_current_var_foo)
70
-
set (_supported_varDIRSDEPSOPTDEPSLDFLAGSADDCFLAGSADDCDEFINITIONSADDLIBRARIESLIBDIRSINCDIRSADDSRCINSTALLDATATRANSLATION_LANGUAGESTRANSLATION_ADDFILES)
71
+
set (_supported_varDIRSDEPSOPTDEPSLDFLAGSADDCFLAGSADDCDEFINITIONSADDLIBRARIESLIBDIRSINCDIRSADDSRCINSTALLDATAGLEWDEFINITIONSTRANSLATION_LANGUAGESTRANSLATION_ADDFILES)
0 commit comments