JUCE_Template/Source/.ycm_extra_conf.py

9 lines
210 B
Python

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