JUCE_Template/Source/.ycm_extra_conf.py

9 lines
210 B
Python
Raw Normal View History

2019-03-25 00:06:49 +01:00
import os
def Settings( **kwargs ):
env = os.getenv('JUCE_PATH')
if env != None:
return {
'flags': [ '-x', 'c++', '-ID:\\JUCE\\modules', '-I../JuceLibraryCode' ],
}