add missing header to cmake files (else some IDE's wont index it)

This commit is contained in:
Campbell Barton
2011-08-08 05:43:04 +00:00
parent 22d2764d50
commit 349c838996
4 changed files with 10 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ else:
scons_options.append('BF_FFMPEG_LIB=' + (' '.join(ffmpeg_lib)))
scons_options.append('BF_FFMPEG_DLL=' + (' '.join(ffmpeg_dll)))
scons_options.append('BF_BITNESS='+bitness)
scons_options.append('BF_BITNESS=' + bitness)
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)